Silence deprecation warning in DirCacheCheckout

Change-Id: I9e021ba2e0d1317bd98e86f832d55787ed6b0a63
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
This commit is contained in:
Matthias Sohn 2015-04-12 01:01:14 +02:00
parent faae5cdb5b
commit 17307df3af
1 changed files with 1 additions and 0 deletions

View File

@ -1192,6 +1192,7 @@ public static void checkoutEntry(Repository repo, DirCacheEntry entry,
entry.setLastModified(f.lastModified());
}
@SuppressWarnings("deprecation")
private static void checkValidPath(CanonicalTreeParser t)
throws InvalidPathException {
ObjectChecker chk = new ObjectChecker()