You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2019/07/14 17:34:25 UTC

[GitHub] [netbeans] matthiasblaesing commented on a change in pull request #1309: Finish cleanup to url

matthiasblaesing commented on a change in pull request #1309: Finish cleanup to url
URL: https://github.com/apache/netbeans/pull/1309#discussion_r303254010
 
 

 ##########
 File path: enterprise/websvc.manager/src/org/netbeans/modules/websvc/manager/model/WebServiceData.java
 ##########
 @@ -216,16 +216,6 @@ public void setWsdlFile(String fileName) {
         this.wsdlFile = fileName;
     }
 
-    /**
-     * 
-     * @return the WSDL file (absolute path)
-     * @deprecated use {@link #getWsdlFile()} instead
-     */
-    @Deprecated
-    public String getURL() {
 
 Review comment:
   This changes the API of the module. If you want to remove this, you'll have to
   - check all current users of the module if the method is used (it is friend-only) and fix these
   - you'll have to increment major version and update specification version (see: http://wiki.netbeans.org/VersioningPolicy)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists