Skip to content

Commit a557acc

Browse files
committed
Add @OverRide to getShape
1 parent 4500818 commit a557acc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/edu/cmu/cs/openslide/gui/DefaultAnnotation.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ public DefaultAnnotation(Shape shape) {
3434
this.shape = shape;
3535
}
3636

37+
@Override
3738
public Shape getShape() {
3839
return shape;
3940
}

0 commit comments

Comments
 (0)