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