mminor modification

This commit is contained in:
2015-07-06 00:25:15 +02:00
parent 2e44e41628
commit 77387d9523
10 changed files with 65 additions and 95 deletions

View File

@@ -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();
}
};