From 7af3899802966d63e8da7ab0709552cfa1139304 Mon Sep 17 00:00:00 2001 From: Daniele Romagnoli Date: Mon, 11 Apr 2016 14:17:07 +0200 Subject: [PATCH] Fixing Header's year and removing a new method marked as deprecated (copy and paste from similar code) --- .../geoserver/rest/GeoServerRESTPublisher.java | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/src/main/java/it/geosolutions/geoserver/rest/GeoServerRESTPublisher.java b/src/main/java/it/geosolutions/geoserver/rest/GeoServerRESTPublisher.java index 8722e38..17a85ba 100644 --- a/src/main/java/it/geosolutions/geoserver/rest/GeoServerRESTPublisher.java +++ b/src/main/java/it/geosolutions/geoserver/rest/GeoServerRESTPublisher.java @@ -1,7 +1,7 @@ /* * GeoServer-Manager - Simple Manager Library for GeoServer * - * Copyright (C) 2007,2015,2016 GeoSolutions S.A.S. + * Copyright (C) 2007 - 2016 GeoSolutions S.A.S. * http://www.geo-solutions.it * * Permission is hereby granted, free of charge, to any person obtaining a copy @@ -1567,19 +1567,6 @@ public class GeoServerRESTPublisher { coverageName) } : (NameValuePair[]) null); } - /** - * Same as {@link #publishArcGrid(String, String, String, File, String, ProjectionPolicy, String, double[])} but without the last parameter - * (bbox). Kept here for backwards compatibility. - * - * @deprecated use the former method with bbox set to null. - */ - public boolean publishArcGrid(String workspace, String storeName, String resourceName, - File arcgrid, String srs, ProjectionPolicy policy, String defaultStyle) - throws FileNotFoundException, IllegalArgumentException { - return publishArcGrid(workspace, storeName, resourceName, arcgrid, srs, policy, - defaultStyle, null); - } - /** * Upload and publish a ArcGrid image. *