vieiro commented on code in PR #5598:
URL: https://github.com/apache/netbeans/pull/5598#discussion_r1125550819


##########
ide/team.commons/src/org/netbeans/modules/team/spi/TeamAccessor.java:
##########
@@ -35,7 +35,7 @@
 public abstract class TeamAccessor {
 
     public static final String PROP_LOGIN = "team.login.changed";              
 // NOI18N
-    public static final String PROP_PROJETCS_CHANGED = 
"team.projects.changed"; // NOI18N
+    public static final String PROP_PROJECTS_CHANGED = 
"team.projects.changed"; // NOI18N

Review Comment:
   Marking things as deprecated is not enough when you're changing an API. To 
change a public API/SPI you have to:
   
   * Ask in the mailing list if the change is acceptable or not.
   * Ask in the mailing list for instructions on how to change a public API 
(marking things as "deprecated" is not good enough).
   
   Thanks!



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

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

Reply via email to