mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-11 16:05:44 +01:00
added missing javadoc since tags
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user