Develop and Download Open Source Software

Browse CVS Repository

Diff of /pal/libraries/facesresponsefilter/src/main/java/jp/sf/pal/facesresponse/io/BufferedResponseStream.java

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.2 by shinsuke, Fri Dec 8 23:08:36 2006 UTC revision 1.3 by shinsuke, Fri Jan 12 23:00:50 2007 UTC
# Line 130  public class BufferedResponseStream { Line 130  public class BufferedResponseStream {
130          if (log.isDebugEnabled()) {          if (log.isDebugEnabled()) {
131              log.debug("getInputStream()");              log.debug("getInputStream()");
132          }          }
133            // TODO
134            if (byteArrayInputStream == null) {
135                byte[] emptyBytes = new byte[0];
136                byteArrayInputStream = new ByteArrayInputStream(emptyBytes);
137            }
138          return byteArrayInputStream;          return byteArrayInputStream;
139      }      }
140    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26