Navigation Menu

Skip to content

Commit

Permalink
fix snapshot description
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Feb 27, 2013
1 parent 390f2a7 commit 7a8a00f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -102,7 +102,7 @@ public void purge() {
engine.getPurgeService().purgeOutgoing(true);
}

@ManagedOperation(description = "Run the purge process")
@ManagedOperation(description = "Create a snapshot of the current state of the system")
public String snapshot() {
File file = engine.snapshot();
if (file != null) {
Expand Down

0 comments on commit 7a8a00f

Please sign in to comment.