Skip to content

Commit 78fb58b

Browse files
committed
fixing wrong override annotation
1 parent 5177354 commit 78fb58b

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

biojava3-structure-gui/src/main/java/org/biojava/bio/structure/align/gui/jmol/MyJmolStatusListener.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
import java.util.Hashtable;
2828
import java.util.Map;
2929

30-
import javajs.awt.Dimension;
3130

3231
import javax.swing.JTextField;
3332

@@ -129,18 +128,19 @@ public Map<String, Object> getProperty(String arg0) {
129128
}
130129

131130

132-
133-
134-
@Override
131+
135132
public Map<String, Object> getJSpecViewProperty(String arg0) {
136133
// TODO Auto-generated method stub
137134
return null;
138135
}
139136

140-
@Override
141-
public Dimension resizeInnerPanel(String arg0) {
137+
138+
public void resizeInnerPanel(String data) {
142139
// TODO Auto-generated method stub
143-
return null;
140+
144141
}
145142

143+
144+
145+
146146
}

0 commit comments

Comments
 (0)