diff options
author | Stefan Lay <stefan.lay@sap.com> | 2014-03-27 14:38:29 +0100 |
---|---|---|
committer | Stefan Lay <stefan.lay@sap.com> | 2014-03-27 14:38:29 +0100 |
commit | 6995069464b994057b47581092b2db4f20126c08 (patch) | |
tree | 6b9e29e6b852fc18e541bcadcc6a92b88655c827 /org.eclipse.jgit | |
parent | 16436ef6d98e564d60edd1bee5026aeda0def1e6 (diff) | |
download | jgit-6995069464b994057b47581092b2db4f20126c08.tar.gz jgit-6995069464b994057b47581092b2db4f20126c08.zip |
Fix missing NON-NLS tag in RebaseCommand
Change-Id: Ied3e7ec0d825416226cacb2f14d5bca003af36da
Signed-off-by: Stefan Lay <stefan.lay@sap.com>
Diffstat (limited to 'org.eclipse.jgit')
-rw-r--r-- | org.eclipse.jgit/src/org/eclipse/jgit/api/RebaseCommand.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/api/RebaseCommand.java b/org.eclipse.jgit/src/org/eclipse/jgit/api/RebaseCommand.java index cb1e6cf147..330902c843 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/api/RebaseCommand.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/api/RebaseCommand.java @@ -162,7 +162,7 @@ public class RebaseCommand extends GitCommand<RebaseResult> { private static final String AUTOSTASH = "autostash"; //$NON-NLS-1$ - private static final String AUTOSTASH_MSG = "On {0}: autostash"; + private static final String AUTOSTASH_MSG = "On {0}: autostash"; //$NON-NLS-1$ /** * The available operations |