Fix warnings in eclipse

Close scanner instead of doing it with a warning

Make the scanner final..
This commit is contained in:
TheJulianJES
2015-05-09 22:23:09 +02:00
parent 71569cadb5
commit 82efa151cc
2 changed files with 11 additions and 3 deletions
@@ -4,7 +4,7 @@ package appeng.services.version.github;
/**
* Template class for Gson to write values from the Json Object into an actual class
*/
@SuppressWarnings( "ALL" )
@SuppressWarnings( "all" )
public class Release
{
/**