commit | f133bb15e28f45627e789ba1da4ed0c5699ce841 | [log] [tgz] |
---|---|---|
author | Thomas Vachuska <tom@onlab.us> | Thu Mar 31 08:54:49 2016 -0700 |
committer | Gerrit Code Review <gerrit@onlab.us> | Thu Mar 31 16:10:52 2016 +0000 |
tree | 510bbede6ac9d25d82308f9a827a2b5c934149fe | |
parent | 283a96205e1b0d583ccb81a39d8c6516a452f1e8 [diff] |
Correcting javadoc comment Change-Id: I1f283ea10db4384a7dbe974f3e5ea1d4a16d1053
diff --git a/core/api/src/main/java/org/onosproject/net/driver/Driver.java b/core/api/src/main/java/org/onosproject/net/driver/Driver.java index e2f1a8e..282ee03 100644 --- a/core/api/src/main/java/org/onosproject/net/driver/Driver.java +++ b/core/api/src/main/java/org/onosproject/net/driver/Driver.java
@@ -113,7 +113,7 @@ <T extends Behaviour> T createBehaviour(DriverData data, Class<T> behaviourClass); /** - * Creates an instance of behaviour primed with the specified driver data. + * Creates an instance of behaviour primed with the specified driver handler. * If the current driver does not support the specified behaviour and the * driver has parent, the request is delegated to the parent driver. *