Revert "Upgrade JGit to 5.1.10.201908230655-r"
This reverts commit 13f55abe3c
.
Reason for revert: The upgrade broke OnlineNoteDbMigrationIT.
Bug: Issue 11373
Change-Id: I8191456cafd8e670a0e38e98bca0efde752419ff
This commit is contained in:

committed by
Luca Milanesio

parent
dd382e8ac9
commit
f44239c369
@@ -15,13 +15,10 @@
|
||||
package com.google.gerrit.server.util.time;
|
||||
|
||||
import com.google.common.annotations.VisibleForTesting;
|
||||
import java.io.IOException;
|
||||
import java.sql.Timestamp;
|
||||
import java.time.Instant;
|
||||
import java.util.function.LongSupplier;
|
||||
import org.eclipse.jgit.errors.ConfigInvalidException;
|
||||
import org.eclipse.jgit.lib.Config;
|
||||
import org.eclipse.jgit.lib.StoredConfig;
|
||||
import org.eclipse.jgit.storage.file.FileBasedConfig;
|
||||
import org.eclipse.jgit.util.FS;
|
||||
import org.eclipse.jgit.util.SystemReader;
|
||||
@@ -107,16 +104,6 @@ public class TimeUtil {
|
||||
public int getTimezone(long when) {
|
||||
return delegate.getTimezone(when);
|
||||
}
|
||||
|
||||
@Override
|
||||
public StoredConfig getUserConfig() throws IOException, ConfigInvalidException {
|
||||
return delegate.getUserConfig();
|
||||
}
|
||||
|
||||
@Override
|
||||
public StoredConfig getSystemConfig() throws IOException, ConfigInvalidException {
|
||||
return delegate.getSystemConfig();
|
||||
}
|
||||
}
|
||||
|
||||
private TimeUtil() {}
|
||||
|
Reference in New Issue
Block a user