build v10-02 results in a warning
I built the source code from the 10-02 version on my Mac and got a warning. The warning comes from GuiDisplay3.java, line 1126, "protected PlayerZone getZone() {".
The warning states:
The method getZone() from the type GuiDisplay3.ZoneAction is never used locally.
I assume that this is not serious and needs a @SuppressWarnings.
The warning states:
The method getZone() from the type GuiDisplay3.ZoneAction is never used locally.
I assume that this is not serious and needs a @SuppressWarnings.