# This patch file was generated by NetBeans IDE # Following Index: paths are relative to: C:\nam\main\websvc\rest # This patch can be applied using context Tools: Patch action on respective folder. # It uses platform neutral UTF-8 encoding and \n newlines. # Above lines and this line are ignored by the patching process. Index: src/org/netbeans/modules/websvc/rest/codegen/resources/GoogleMapResource.template *** C:\nam\main\websvc\rest\src\org\netbeans\modules\websvc\rest\codegen\resources\GoogleMapResource.template Base (1.5) --- C:\nam\main\websvc\rest\src\org\netbeans\modules\websvc\rest\codegen\resources\GoogleMapResource.template Locally Modified (Based On 1.5) *************** *** 9,15 **** package Templates.Classes; - import com.sun.net.httpserver.HttpContext; import com.sun.ws.rest.api.HttpMethod; import com.sun.ws.rest.api.ProduceMime; import java.io.BufferedReader; --- 9,14 ---- *************** *** 20,26 **** import java.net.URLConnection; import java.net.URLEncoder; import java.util.Properties; - import javax.annotation.Resource; /** * GoogleMap Resource --- 19,24 ---- *************** *** 36,43 **** /** Creates a new instance of GoogleMapResource */ public GoogleMapResource(String address, String key, String proxy) { this.address = address; ! key = key; ! proxy = proxy; } /** --- 34,41 ---- /** Creates a new instance of GoogleMapResource */ public GoogleMapResource(String address, String key, String proxy) { this.address = address; ! this.key = key; ! this.proxy = proxy; } /**