changed tabs to four spaces

master
melvin 2012-06-16 11:23:14 +08:00
parent ae360c8ce7
commit e55264be16
2 changed files with 239 additions and 242 deletions

View File

@ -21,7 +21,6 @@ public class ImageBattlefieldViewer extends JPanel implements ChoiceViewer {
private final PermanentFilter permanentFilter;
public ImageBattlefieldViewer(final ViewerInfo viewerInfo,final GameController controller,final boolean opponent) {
this.viewerInfo=viewerInfo;
this.opponent=opponent;
@ -51,13 +50,11 @@ public class ImageBattlefieldViewer extends JPanel implements ChoiceViewer {
}
public void update() {
permanentsViewer.viewPermanents(permanentFilter.getPermanents(viewerInfo,opponent));
}
@Override
public void showValidChoices(final Set<Object> validChoices) {
permanentsViewer.showValidChoices(validChoices);
}
}