commit | cfab58c5cf6253acfc259065ffbf261c30ddf709 | [log] [tgz] |
---|---|---|
author | Sho SHIMIZU <shimizu.sho@jp.fujitsu.com> | Mon Aug 18 15:34:48 2014 -0700 |
committer | Sho SHIMIZU <shimizu.sho@jp.fujitsu.com> | Mon Aug 18 15:34:48 2014 -0700 |
tree | eb9c77a18df90dfa63d13b31f4b1329132bcfdca | |
parent | 96ab2cdb60444ecfbbcd22d9c7846c14c20e070b [diff] |
Fix typo Change-Id: I5d0a1b8cc9edc8cb79a320020992cdb4db92a6ff
diff --git a/src/test/java/net/onrc/onos/core/intent/runtime/IntentTestMocks.java b/src/test/java/net/onrc/onos/core/intent/runtime/IntentTestMocks.java index 486604c..b54b954 100644 --- a/src/test/java/net/onrc/onos/core/intent/runtime/IntentTestMocks.java +++ b/src/test/java/net/onrc/onos/core/intent/runtime/IntentTestMocks.java
@@ -135,7 +135,7 @@ * will need to add items to the Context to allow communications with * downstream classes. * - * @return the FloodlightModuleCOntext used by the mock. + * @return the FloodlightModuleContext used by the mock. */ public FloodlightModuleContext getModuleContext() { return moduleContext;