summaryrefslogtreecommitdiff
path: root/src/drivers/Driver.java
diff options
context:
space:
mode:
authormanzerbredes <loic.guegan_secondary@yahoo.fr>2016-03-29 15:54:06 +0200
committermanzerbredes <loic.guegan_secondary@yahoo.fr>2016-03-29 15:54:06 +0200
commit7a85f7e089f0a48df43aa30d0da8c6d25093ad8e (patch)
tree7a28d7b45eea39be44c2fa9445f532806a9e573c /src/drivers/Driver.java
parent41a9c74d351aaff298dcbdc289aeade9d50d8c12 (diff)
Simplify
Diffstat (limited to 'src/drivers/Driver.java')
-rw-r--r--src/drivers/Driver.java2
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.
*/