Skip to content

Commit fa8bb42

Browse files
committed
Update README.md
1 parent 041eeb5 commit fa8bb42

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,9 @@ public class ExampleClass extends JavaPlugin {
137137
// If parameter is not annotated by @Default then command will throw an exception on execution.
138138
// See the wiki page for creating custom parameters using @Param and @Default annotations.
139139
public void customParamsCommand(CommandArguments arguments,
140-
@Param("secondAsInt")
141-
@Default("50")
142-
int secondArg) {
140+
@Param("secondAsInt")
141+
@Default("50")
142+
int secondArg) {
143143
arguments.sendMessage("Second argument as integer is " + secondArg);
144144
}
145145

0 commit comments

Comments
 (0)