Fixed whitespace booch.
This commit is contained in:
@@ -27,7 +27,9 @@ public class Rectangle extends AbstractRectangle implements Serializable
|
|||||||
* Constructs a rectangle at (0,0) and with dimensions (0,0).
|
* Constructs a rectangle at (0,0) and with dimensions (0,0).
|
||||||
*/
|
*/
|
||||||
public Rectangle () {
|
public Rectangle () {
|
||||||
} /**
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
* Constructs a rectangle with the supplied upper-left corner and dimensions (0,0).
|
* Constructs a rectangle with the supplied upper-left corner and dimensions (0,0).
|
||||||
*/
|
*/
|
||||||
public Rectangle (IPoint p) {
|
public Rectangle (IPoint p) {
|
||||||
|
|||||||
Reference in New Issue
Block a user