Skip to content

Commit

Permalink
Suppress rawtypes warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ljfa-ag committed May 7, 2016
1 parent 87283eb commit decd578
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/ljfa/tntutils/gui/TntuConfigGui.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ public TntuConfigGui(GuiScreen parent) {
/** Compiles a list of config elements
* Borrowed from EnderIO's implementation
*/
@SuppressWarnings("rawtypes")
private static List<IConfigElement> getConfigElements() {
List<IConfigElement> list = new ArrayList<IConfigElement>();

Expand Down

0 comments on commit decd578

Please sign in to comment.