Skip to content

Commit 2447ebf

Browse files
committed
cleaning up compile warnings
git-svn-id: http://code.open-bio.org/repos/biojava/biojava-live/trunk@10080 7c6358e6-4a41-0410-a743-a5b2a554c398
1 parent 77f518c commit 2447ebf

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,25 +108,25 @@ public void showConsole(boolean arg0) {
108108

109109
}
110110

111-
@Override
111+
112112
public void notifyCallback(EnumCallback arg0, Object[] arg1) {
113113
// TODO Auto-generated method stub
114114

115115
}
116116

117-
@Override
117+
118118
public boolean notifyEnabled(EnumCallback arg0) {
119119
// TODO Auto-generated method stub
120120
return false;
121121
}
122122

123-
@Override
123+
124124
public Map<String, Object> getProperty(String arg0) {
125125
// TODO Auto-generated method stub
126126
return null;
127127
}
128128

129-
@Override
129+
130130
public void resizeInnerPanel(String arg0) {
131131
// TODO Auto-generated method stub
132132

0 commit comments

Comments
 (0)