Thomas Vachuska
Committed by Gerrit Code Review

Correcting javadoc comment

Change-Id: I1f283ea10db4384a7dbe974f3e5ea1d4a16d1053
...@@ -113,7 +113,7 @@ public interface Driver extends Annotations { ...@@ -113,7 +113,7 @@ public interface Driver extends Annotations {
113 <T extends Behaviour> T createBehaviour(DriverData data, Class<T> behaviourClass); 113 <T extends Behaviour> T createBehaviour(DriverData data, Class<T> behaviourClass);
114 114
115 /** 115 /**
116 - * Creates an instance of behaviour primed with the specified driver data. 116 + * Creates an instance of behaviour primed with the specified driver handler.
117 * If the current driver does not support the specified behaviour and the 117 * If the current driver does not support the specified behaviour and the
118 * driver has parent, the request is delegated to the parent driver. 118 * driver has parent, the request is delegated to the parent driver.
119 * 119 *
......