code hint fixes

This commit is contained in:
2015-01-18 22:49:59 +01:00
parent ade56d45a2
commit e4e9676081
25 changed files with 136 additions and 147 deletions
@@ -38,11 +38,7 @@ public class MethodTraitDetailPanel extends JPanel implements TraitDetail {
@Override
public boolean save() {
if (!methodCodePanel.save()) {
return false;
}
return true;
return methodCodePanel.save();
}
@Override