Fix warnings in eclipse
Close scanner instead of doing it with a warning Make the scanner final..
This commit is contained in:
@@ -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
|
||||
{
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user