Fixed whitespace booch.

This commit is contained in:
Michael Bayne
2011-06-10 15:27:53 -07:00
parent 09b36265d8
commit 4bad892de1
+3 -1
View File
@@ -27,7 +27,9 @@ public class Rectangle extends AbstractRectangle implements Serializable
* Constructs a rectangle at (0,0) and with dimensions (0,0).
*/
public Rectangle () {
} /**
}
/**
* Constructs a rectangle with the supplied upper-left corner and dimensions (0,0).
*/
public Rectangle (IPoint p) {