Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 002aa5e

Browse files
authored
Merge pull request #583 from standlove/dev
fix
2 parents ba5e109 + 7b18835 commit 002aa5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/java/main/com/topcoder/direct/services/view/ajax/CustomFormatAJAXResult.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ public void execute(ActionInvocation invocation) throws AJAXDataPreProcessingExc
301301
* @throws IOException
302302
* if any io error happens
303303
*/
304-
private static void writeDataAndClose(InputStream in, OutputStream out) throws IOException {
304+
private void writeDataAndClose(InputStream in, OutputStream out) throws IOException {
305305
try {
306306
// Write input stream to output stream
307307
byte[] buf = new byte[BUFFER_SIZE];

0 commit comments

Comments
 (0)