]> source.dussan.org Git - jgit.git/commit
Add missing @Deprecated to deprecated fields and methods 03/22803/1
authorShawn Pearce <spearce@spearce.org>
Mon, 3 Mar 2014 18:37:06 +0000 (10:37 -0800)
committerShawn Pearce <spearce@spearce.org>
Mon, 3 Mar 2014 18:37:06 +0000 (10:37 -0800)
commitfc8ff50e1a4bc6e84146e11c62fd6a8fb3731b91
tree98c9598925bbf314a9131ab93376c9519ee0be24
parent83c743e6e246a751675728d29a627a98475d72d6
Add missing @Deprecated to deprecated fields and methods

Java spec requires the @Deprecated annotation on any deprecated
field or method. Add the missing annotation to fields and methods
already declared deprecated in the javadoc.

Change-Id: Ic0ef24b43cfd99ac947e771ef5a28e493c304274
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/TextBuiltin.java
org.eclipse.jgit/src/org/eclipse/jgit/treewalk/WorkingTreeIterator.java