code hint fixes

This commit is contained in:
honfika@gmail.com
2015-01-18 22:49:59 +01:00
parent ade56d45a2
commit e4e9676081
25 changed files with 136 additions and 147 deletions

View File

@@ -597,7 +597,7 @@ public class ActionPanel extends JPanel implements ActionListener, SearchListene
splitPane.addPropertyChangeListener(JSplitPane.DIVIDER_LOCATION_PROPERTY, new PropertyChangeListener() {
@Override
public void propertyChange(PropertyChangeEvent pce) {
Configuration.guiActionSplitPaneDividerLocation.set((int) pce.getNewValue());
Configuration.guiActionSplitPaneDividerLocation.set((Integer) pce.getNewValue());
}
});