|
Change Return Type Tuple<Short,String> to Triple<Short,String,Boolean> in method protected parseClassData(protocol Node) : Triple<Short,String,Boolean> in class org.jgroups.conf.ClassConfigurator |
From |
To |
|
Change Return Type List<Tuple<Short,String>> to List<Triple<Short,String,Boolean>> in method protected readMappings(name String) : List<Triple<Short,String,Boolean>> in class org.jgroups.conf.ClassConfigurator |
From |
To |
|
Change Return Type List<Tuple<Short,String>> to List<Triple<Short,String,Boolean>> in method protected parse(stream InputStream) : List<Triple<Short,String,Boolean>> in class org.jgroups.conf.ClassConfigurator |
From |
To |
|
Change Variable Type mapping : List<Tuple<Short,String>> to mapping : List<Triple<Short,String,Boolean>> in method protected init() : void in class org.jgroups.conf.ClassConfigurator |
From |
To |
|
Change Variable Type tuple : Tuple<Short,String> to tuple : Triple<Short,String,Boolean> in method protected init() : void in class org.jgroups.conf.ClassConfigurator |
From |
To |
|
Change Variable Type list : List<Tuple<Short,String>> to list : List<Triple<Short,String,Boolean>> in method protected parse(stream InputStream) : List<Triple<Short,String,Boolean>> in class org.jgroups.conf.ClassConfigurator |
From |
To |