diff options
| author | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2016-03-29 15:54:06 +0200 |
|---|---|---|
| committer | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2016-03-29 15:54:06 +0200 |
| commit | 7a85f7e089f0a48df43aa30d0da8c6d25093ad8e (patch) | |
| tree | 7a28d7b45eea39be44c2fa9445f532806a9e573c /src/drivers/Driver.java | |
| parent | 41a9c74d351aaff298dcbdc289aeade9d50d8c12 (diff) | |
Simplify
Diffstat (limited to 'src/drivers/Driver.java')
| -rw-r--r-- | src/drivers/Driver.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/Driver.java b/src/drivers/Driver.java index d362d19..fe86a1f 100644 --- a/src/drivers/Driver.java +++ b/src/drivers/Driver.java @@ -17,7 +17,7 @@ public interface Driver{ public Class<?> getType(); /** - * Initialise the driver (do not initialise anything in the constructor). + * Initialize the driver (do not initialize anything in the constructor). * * @return true if success (device is present and accessible) false else. */ |
