mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-04 08:39:23 +00:00
Fixed a typo in javadoc
This commit is contained in:
@@ -11,7 +11,7 @@ public class RandomHandler {
|
||||
private ArrayList<Random> randoms;
|
||||
|
||||
public RandomHandler() {
|
||||
randoms = new ArrayList<Random>();
|
||||
randoms = new ArrayList<>();
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -23,7 +23,7 @@ public class RandomHandler {
|
||||
}
|
||||
|
||||
/**
|
||||
* Checks if random occures and runs it
|
||||
* Checks if random occurs and runs it
|
||||
* @return returns <b>true</b> if a random has been executed, otherwise <b>false</b>
|
||||
*/
|
||||
public boolean checkAndRun() {
|
||||
|
||||
Reference in New Issue
Block a user