Skip to content
Snippets Groups Projects
Commit f396326e authored by Robin Rosenberg's avatar Robin Rosenberg
Browse files

Make constant static in RebuildCommitGraph


Signed-off-by: default avatarRobin Rosenberg <robin.rosenberg@dewire.com>
parent 6f4cf8da
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment