]> source.dussan.org Git - jgit.git/commit
Make ArchiveFormats final and implement equals() 86/24886/1
authorJonathan Nieder <jrn@google.com>
Fri, 11 Apr 2014 21:01:56 +0000 (14:01 -0700)
committerJonathan Nieder <jrn@google.com>
Fri, 11 Apr 2014 21:01:56 +0000 (14:01 -0700)
commit0a14909bcfd2cc7b6bbfa172a15d305d38ab85f2
treef91b35017beee03443b12f09a0151b099d08a24a
parentffb0f05d02d0afe25ae1ebd4a0166ee4909e4d59
Make ArchiveFormats final and implement equals()

This should make it easier to modify ArchiveCommand to allow an
archive format to be registered twice while still noticing if
different callers try to register different implementations for
the same format.

Change-Id: I32261bc8dc1877a853b49e0da0a6e78921791812
Signed-off-by: Jonathan Nieder <jrn@google.com>
org.eclipse.jgit.archive/src/org/eclipse/jgit/archive/TarFormat.java
org.eclipse.jgit.archive/src/org/eclipse/jgit/archive/Tbz2Format.java
org.eclipse.jgit.archive/src/org/eclipse/jgit/archive/TgzFormat.java
org.eclipse.jgit.archive/src/org/eclipse/jgit/archive/TxzFormat.java
org.eclipse.jgit.archive/src/org/eclipse/jgit/archive/ZipFormat.java