Make constant static in RebuildCommitGraph

Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
This commit is contained in:
Robin Rosenberg 2010-06-13 03:27:06 +02:00
parent 6f4cf8daec
commit f396326e0b
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@
* <p>
*/
class RebuildCommitGraph extends TextBuiltin {
private final String REALLY = "--destroy-this-repository";
private static final String REALLY = "--destroy-this-repository";
@Option(name = REALLY, usage = "usage_approveDestructionOfRepository")
boolean really;