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

Commit 7b18835

Browse files
committed
fix
1 parent b7fae54 commit 7b18835

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)