Fixing Header's year and removing a new method marked as deprecated (copy and paste from similar code)

This commit is contained in:
Daniele Romagnoli 2016-04-11 14:17:07 +02:00
parent ff7f383591
commit 7af3899802

View File

@ -1,7 +1,7 @@
/* /*
* GeoServer-Manager - Simple Manager Library for GeoServer * 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 * http://www.geo-solutions.it
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy * Permission is hereby granted, free of charge, to any person obtaining a copy
@ -1567,19 +1567,6 @@ public class GeoServerRESTPublisher {
coverageName) } : (NameValuePair[]) null); 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. * Upload and publish a ArcGrid image.
* *