mminor modification
This commit is contained in:
@@ -124,6 +124,7 @@ public class PacmanWebService
|
||||
{
|
||||
output.write(bytes);
|
||||
}
|
||||
output.close();
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
@@ -131,7 +132,6 @@ public class PacmanWebService
|
||||
}
|
||||
finally
|
||||
{
|
||||
output.close();
|
||||
input.close();
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user