Skip to content

Commit 8fada3b

Browse files
author
Dominick Leppich
committed
cleanup: remove redundant setter
1 parent ccd2ea9 commit 8fada3b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

module-base/src/main/java/de/intranda/goobi/plugins/TranscriptionImage.java

-4
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,4 @@ public class TranscriptionImage {
1313
private Image image;
1414
private String ocrText;
1515
private Path ocrPath;
16-
17-
public void setOcrText(String text) {
18-
this.ocrText = text;
19-
}
2016
}

0 commit comments

Comments
 (0)