Code Review
/
ccsdk
/
apps.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
b79b2ef6bebcf398a09b0408044b1eba58ede754
[ccsdk/apps.git]
/
1
/**
2
*
3
*/
4
package org.opendaylight.mwtn.base.netconf;
5
6
/**
7
* @author herbert
8
*
9
*/
10
public class ONFCoreInterfacePac<T> {
11
12
13
Class<T> myClass;
14
15
ONFCoreInterfacePac( Class<T> myClass ) {
16
this.myClass = myClass;
17
}
18
19
20
}