tbw777 commented on code in PR #5598:
URL: https://github.com/apache/netbeans/pull/5598#discussion_r1125519240
##########
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:
fixed in 0a41da3a
mark previos name as deprecated
##########
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:
fixed in 0a41da3a
marked previos name as deprecated
--
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