|
Change Attribute Type inputCollector : Collector<? super Map.Entry<String,String>,?,? extends Map<String,KeyInformation>> to inputCollector : Collector<? super Map.Entry<String,KeyInformation>,?,? extends Map<String,String>> in class org.cloudfoundry.identity.uaa.zone.TokenPolicy |
From |
To |
|
Change Attribute Type keys : Map<String,KeyInformation> to keys : Map<String,String> in class org.cloudfoundry.identity.uaa.zone.TokenPolicy |
From |
To |
|
Change Attribute Type outputCollector : Collector<? super Map.Entry<String,KeyInformation>,?,? extends Map<String,String>> to outputCollector : Collector<? super Map.Entry<String,String>,?,? extends Map<String,KeyInformation>> in class org.cloudfoundry.identity.uaa.zone.TokenPolicy |
From |
To |