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.3 by shinsuke, Fri Jan 12 23:00:50 2007 UTC revision 1.4 by shinsuke, Fri Jan 12 23:05:46 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          }          }
         // TODO  
133          if (byteArrayInputStream == null) {          if (byteArrayInputStream == null) {
134              byte[] emptyBytes = new byte[0];              byte[] emptyBytes = new byte[0];
135              byteArrayInputStream = new ByteArrayInputStream(emptyBytes);              byteArrayInputStream = new ByteArrayInputStream(emptyBytes);

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

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