junichi11 commented on code in PR #6366:
URL: https://github.com/apache/netbeans/pull/6366#discussion_r1301374362
##########
php/php.dbgp/src/org/netbeans/modules/php/dbgp/breakpoints/BreakpointsReader.java:
##########
@@ -34,14 +34,16 @@ public class BreakpointsReader implements Properties.Reader
{
private static final String ENABED = "enabled"; // NOI18N
Review Comment:
Although it is not your change, I would change the name.
```suggestion
private static final String ENABELED = "enabled"; // NOI18N
```
--
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