Unnecessary modifier in interfaces

This commit is contained in:
thatsIch
2015-03-26 11:03:30 +01:00
parent 6aeca93b85
commit 14df50dbf3
32 changed files with 113 additions and 98 deletions
@@ -50,7 +50,7 @@ public interface IPathItem
*
* @return the flag set.
*/
public EnumSet<GridFlags> getFlags();
EnumSet<GridFlags> getFlags();
/**
* channels are done, wrap it up.