Fixed some comment and metrics warnings
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@552 72836036-5685-4462-b002-a69064685172
This commit is contained in:
parent
2a553fe6a5
commit
d09041304b
8 changed files with 179 additions and 120 deletions
|
@ -221,6 +221,9 @@ public interface IView {
|
|||
*/
|
||||
public void showLoginPanel(boolean show);
|
||||
|
||||
/**
|
||||
* Clears user input of the resetLoginPanel
|
||||
*/
|
||||
public void resetLoginPanel();
|
||||
|
||||
/**
|
||||
|
|
|
@ -369,10 +369,6 @@ class TablePanel extends AbstractStonePanel implements ITablePanel {
|
|||
|
||||
g.setClip(oldClip);
|
||||
|
||||
if (leftHoveredConnector == null && rightHoveredConnector == null) {
|
||||
return; // We're done here...
|
||||
}
|
||||
|
||||
g.translate(translation.getFirst(), translation.getSecond());
|
||||
g.setClip(hoveredConnectorArea);
|
||||
g.setTransform(oldTransform);
|
||||
|
|
Reference in a new issue