Skip to content

Commit 22da918

Browse files
committed
Fix duplicated declarations when merging hotfix into master
1 parent 4538868 commit 22da918

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/ubic/basecode/ontology/jena/AbstractOntologyResource.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ abstract class AbstractOntologyResource implements OntologyResource {
3939
private String _label;
4040
private boolean _isLabelNull = false;
4141

42-
private String _label;
43-
private boolean _isLabelNull = false;
44-
4542
protected AbstractOntologyResource( OntResource resource ) {
4643
this.res = resource;
4744
}

0 commit comments

Comments
 (0)