We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4500818 commit a557accCopy full SHA for a557acc
src/edu/cmu/cs/openslide/gui/DefaultAnnotation.java
@@ -34,6 +34,7 @@ public DefaultAnnotation(Shape shape) {
34
this.shape = shape;
35
}
36
37
+ @Override
38
public Shape getShape() {
39
return shape;
40
0 commit comments