|
Change Variable Type lockDropDown : DropDownChoice to lockDropDown : DropDownChoice<String> in method public testEditLockProvider() : void in class org.geoserver.gwc.web.GWCSettingsPageTest |
From |
To |
|
Change Variable Type it : Iterator to it : Iterator<BlobStoreConfig> in method public getStoresFromTable(table GeoServerTablePanel<BlobStoreConfig>) : List<BlobStoreConfig> in class org.geoserver.gwc.web.blob.BlobStoresPageTest |
From |
To |
|
Change Variable Type dv : DataView to dv : DataView<LayerGroupInfo> in method public testLoad() : void in class org.geoserver.web.data.layergroup.LayerGroupPageTest |
From |
To |
|
Change Variable Type typeOfBlobStore : DropDownChoice to typeOfBlobStore : DropDownChoice<?> in method public testPage() : void in class org.geoserver.gwc.web.blob.BlobStorePageTest |
From |
To |
|
Change Variable Type choices : List to choices : List<String> in method public testEditLockProvider() : void in class org.geoserver.gwc.web.GWCSettingsPageTest |
From |
To |
|
Change Variable Type table : GeoServerTablePanel to table : GeoServerTablePanel<BlobStoreConfig> in method public testDelete() : void in class org.geoserver.gwc.web.blob.BlobStoresPageTest |
From |
To |
|
Change Variable Type table : GeoServerTablePanel to table : GeoServerTablePanel<BlobStoreConfig> in method public testBlobStores() : void in class org.geoserver.gwc.web.blob.BlobStoresPageTest |
From |
To |