mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2024-11-23 19:34:08 +01:00
Removed unnecessary semicolons
This commit is contained in:
parent
69e0cfff72
commit
db41da5ad7
|
@ -5,4 +5,5 @@ org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
|
|||
org.eclipse.jdt.core.compiler.compliance=1.6
|
||||
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
|
||||
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
|
||||
org.eclipse.jdt.core.compiler.problem.emptyStatement=warning
|
||||
org.eclipse.jdt.core.compiler.source=1.6
|
||||
|
|
|
@ -903,7 +903,7 @@ public class ColorPickerView extends View {
|
|||
mValShader = null;
|
||||
mSatShader = null;
|
||||
mHueShader = null;
|
||||
mAlphaShader = null;;
|
||||
mAlphaShader = null;
|
||||
|
||||
requestLayout();
|
||||
}
|
||||
|
|
|
@ -79,7 +79,7 @@ public class Game {
|
|||
ADD_LAST,
|
||||
/** Remove all variations not matching the new move. */
|
||||
REPLACE
|
||||
};
|
||||
}
|
||||
|
||||
/** Set whether new moves are entered as mainline moves or variations. */
|
||||
public final void setAddFirst(AddMoveBehavior amb) {
|
||||
|
|
|
@ -59,5 +59,5 @@ public class PgnToken {
|
|||
|
||||
/** Change current move number. */
|
||||
public void setCurrent(GameTree.Node node);
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user