Browse Source

Add a missing @since tag

Change-Id: Ie34a4a9c4c47c2f27579094d74a7849fc26a323b
stable-3.4
Christian Halstrick 11 years ago
parent
commit
8c8bbda3fb
  1. 1
      org.eclipse.jgit/src/org/eclipse/jgit/dircache/DirCacheEntry.java

1
org.eclipse.jgit/src/org/eclipse/jgit/dircache/DirCacheEntry.java vendored

@ -638,6 +638,7 @@ public class DirCacheEntry {
* Get a copy of the entry's raw path bytes. * Get a copy of the entry's raw path bytes.
* *
* @return raw path bytes. * @return raw path bytes.
* @since 3.3
*/ */
public byte[] getRawPath() { public byte[] getRawPath() {
return path.clone(); return path.clone();

Loading…
Cancel
Save