File tree 2 files changed +4
-4
lines changed
src/main/java/com/gitblit/plugins/cookbook
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 159
159
<dependency >
160
160
<groupId >com.gitblit</groupId >
161
161
<artifactId >gitblit</artifactId >
162
- <version >1.4.1 -SNAPSHOT</version >
162
+ <version >1.4.2 -SNAPSHOT</version >
163
163
<scope >provided</scope >
164
164
</dependency >
165
165
</dependencies >
Original file line number Diff line number Diff line change @@ -49,9 +49,9 @@ public void stop() {
49
49
@ CommandMetaData (name = "cookbook" , description = "Example commands" )
50
50
public static class CookbookDispatcher extends DispatchCommand {
51
51
@ Override
52
- protected void registerCommands (UserModel user ) {
53
- registerCommand (user , HelloWorldCommand .class );
54
- registerCommand (user , StatusCommand .class );
52
+ protected void setup (UserModel user ) {
53
+ register (user , HelloWorldCommand .class );
54
+ register (user , StatusCommand .class );
55
55
}
56
56
}
57
57
}
You can’t perform that action at this time.
0 commit comments