added missing javadoc since tags

This commit is contained in:
Sebastian Sdorra
2013-01-18 20:00:48 +01:00
parent 850345b3d2
commit df48bc5b6c
2 changed files with 6 additions and 0 deletions

View File

@@ -229,6 +229,8 @@ public final class BrowseCommandBuilder
* @param disableLastCommit true to disable the last commit message
*
* @return {@code this}
*
* @since 1.26
*/
public BrowseCommandBuilder setDisableLastCommit(boolean disableLastCommit)
{

View File

@@ -139,6 +139,8 @@ public final class BrowseCommandRequest extends FileBaseCommandRequest
*
*
* @param disableLastCommit true to disable the last commit
*
* @since 1.26
*/
public void setDisableLastCommit(boolean disableLastCommit)
{
@@ -152,6 +154,8 @@ public final class BrowseCommandRequest extends FileBaseCommandRequest
*
*
* @return true if the last commit is disabled
*
* @since 1.26
*/
boolean isDisableLastCommit()
{