]> source.dussan.org Git - jgit.git/commitdiff
Remove texts which were added by mistake in 00386272 87/180487/1
authorMatthias Sohn <matthias.sohn@sap.com>
Tue, 11 May 2021 16:37:37 +0000 (18:37 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Tue, 11 May 2021 19:41:02 +0000 (21:41 +0200)
Change-Id: Iaed25dac0bc9af8f3fda6138a5f9fe553bff5d39
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties
org.eclipse.jgit/src/org/eclipse/jgit/internal/JGitText.java

index 1888a87c0a009d7c0b1f2f571157b9b656f81a5b..70a0d8095fc94524bfb2af022153750552c1eab6 100644 (file)
@@ -416,10 +416,6 @@ lockOnNotClosed=Lock on {0} not closed.
 lockOnNotHeld=Lock on {0} not held.
 lockStreamClosed=Output to lock on {0} already closed
 lockStreamMultiple=Output to lock on {0} already opened
-logInconsistentFiletimeDiff={}: inconsistent duration from file timestamps on {}, {}: {} > {}, but diff = {}. Aborting measurement at resolution {}.
-logLargerFiletimeDiff={}: inconsistent duration from file timestamps on {}, {}: diff = {} > {} (last good value). Aborting measurement.
-logSmallerFiletime={}: got smaller file timestamp on {}, {}: {} < {}. Aborting measurement at resolution {}.
-logXDGConfigHomeInvalid=Environment variable XDG_CONFIG_HOME contains an invalid path {}
 maxCountMustBeNonNegative=max count must be >= 0
 mergeConflictOnNonNoteEntries=Merge conflict on non-note entries: base = {0}, ours = {1}, theirs = {2}
 mergeConflictOnNotes=Merge conflict on note {0}. base = {1}, ours = {2}, theirs = {2}
index 9d8824467d7c4f12ac804482122b55bb3e58f14b..37a7c7d93c002892134fed8cd974e81b19a95cb8 100644 (file)
@@ -444,10 +444,6 @@ public class JGitText extends TranslationBundle {
        /***/ public String lockOnNotHeld;
        /***/ public String lockStreamClosed;
        /***/ public String lockStreamMultiple;
-       /***/ public String logInconsistentFiletimeDiff;
-       /***/ public String logLargerFiletimeDiff;
-       /***/ public String logSmallerFiletime;
-       /***/ public String logXDGConfigHomeInvalid;
        /***/ public String maxCountMustBeNonNegative;
        /***/ public String mergeConflictOnNonNoteEntries;
        /***/ public String mergeConflictOnNotes;