Files
gerrit/gerrit-server/src/main/java/com/google/gerrit/server
David Pursehouse d7b51f9435 ArchiveFormat: Don't use deprecated ArchiveCommand.Format#putEntry
The method:

  putEntry(ArchiveOutputStream, String, FileMode, ObjectLoader)

is deprecated in favor of:

  putEntry(ArchiveOutputStream, ObjectId, String, FileMode, ObjectLoader)

since [1].

We don't have an ObjectId in the context in which we call this method,
so just pass null, which is what the implementation of the deprecated
method does anyway.

[1] https://git.eclipse.org/r/#/c/91116/

Change-Id: Ic4f730d50f0f72f8bfad18a4f9c60099856febc4
2017-03-24 09:06:24 +09:00
..
2017-03-13 10:03:53 -04:00
2017-03-18 08:02:48 +01:00