mirror of
https://github.com/opennetworkinglab/onos.git
synced 2026-05-05 12:16:13 +02:00
Fixing CondecContext javadoc description.
Change-Id: I58125babff31dcf5dd0ba773beee1c7775f11f4d
This commit is contained in:
parent
9c70534412
commit
73ae7d7458
@ -46,7 +46,7 @@ public interface CodecContext {
|
||||
*
|
||||
* @param serviceClass service class
|
||||
* @param <T> service type
|
||||
* @return JSON codec; null if no codec available for the class
|
||||
* @return service implementation; null if no implementation available for the class
|
||||
*/
|
||||
<T> T getService(Class<T> serviceClass);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user