diff options
Diffstat (limited to 'src/drivers/DriverManager.java')
| -rw-r--r-- | src/drivers/DriverManager.java | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/src/drivers/DriverManager.java b/src/drivers/DriverManager.java index 9a3c37c..4321ec1 100644 --- a/src/drivers/DriverManager.java +++ b/src/drivers/DriverManager.java @@ -10,14 +10,13 @@ package org.manzerbredes.open_klm.drivers; public class DriverManager{ /** - * List of avalaible drivers + * List of available drivers */ private Class<?>[] drivers={ Driver_1770_ff00.class }; - /** * Get a successfully loaded driver * @@ -36,13 +35,7 @@ public class DriverManager{ e.printStackTrace(); } } - // If no driver avalaible + // If no driver available return null; - } - - - - - - + } }
\ No newline at end of file |
