Browse Source

Merge "Add a missing @since tag"

stable-3.4
Matthias Sohn 11 years ago committed by Gerrit Code Review @ Eclipse.org
parent
commit
df4aca2166
  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.
*
* @return raw path bytes.
* @since 3.3
*/
public byte[] getRawPath() {
return path.clone();

Loading…
Cancel
Save