Browse CVS Repository
Diff of /pal/libraries/facesresponsefilter/src/main/java/jp/sf/pal/facesresponse/io/BufferedResponseStream.java
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 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 |
|
|
|