Fix some wrong @since 3.3 tags which should be @since 3.4

Change-Id: Idafe6e041cc40a00ac52eb4ba88753c49db86988
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
This commit is contained in:
Matthias Sohn 2014-03-07 21:30:58 +01:00
parent effc2f34b8
commit 0401d3eb47
2 changed files with 2 additions and 2 deletions

View File

@ -173,7 +173,7 @@ public ListBranchCommand setListMode(ListMode listMode) {
* @param containsCommitish
* a commit ID or ref name
* @return this instance
* @since 3.3
* @since 3.4
*/
public ListBranchCommand setContains(String containsCommitish) {
checkCallable();

View File

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