diff options
Diffstat (limited to 'base/src/bjc/dicelang/util/ResourceLoader.java')
| -rw-r--r-- | base/src/bjc/dicelang/util/ResourceLoader.java | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/base/src/bjc/dicelang/util/ResourceLoader.java b/base/src/bjc/dicelang/util/ResourceLoader.java index db5c6fc..085081f 100644 --- a/base/src/bjc/dicelang/util/ResourceLoader.java +++ b/base/src/bjc/dicelang/util/ResourceLoader.java @@ -22,10 +22,9 @@ public class ResourceLoader { * Loads a .help file from the data/help directory. * * @param name - * The name of the help file to load. + * The name of the help file to load. * - * @return The contents of the help file, or null if it could not be - * opened. + * @return The contents of the help file, or null if it could not be opened. */ public static String[] loadHelpFile(final String name) { final URL fle = ResourceLoader.class.getResource("/data/help/" + name + ".help"); |
