Added @Override annotations.

This commit is contained in:
sk89q
2011-11-29 09:23:24 -08:00
committed by TomyLobo
parent 36e4b99ade
commit 11245014c8
6 changed files with 6 additions and 0 deletions

View File

@ -471,6 +471,7 @@ public class Polygonal2DRegion implements Region {
*
* @return string
*/
@Override
public String toString() {
StringBuilder sb = new StringBuilder();
List<BlockVector2D> pts = getPoints();