vieiro commented on code in PR #5598:
URL: https://github.com/apache/netbeans/pull/5598#discussion_r1125515021
##########
enterprise/web.beans/test/unit/src/org/netbeans/modules/web/beans/model/InterceptorResolutionTest.java:
##########
@@ -138,7 +138,7 @@ public void testInterceptorNonbindingMembers() throws
IOException{
"@Target({METHOD, TYPE}) "+
"public @interface IBinding2 {" +
" String value() ;"+
- " @Nonbinding String comment() defualt \"\" ; "+
+ " @Nonbinding String comment() default \"\" ; "+
Review Comment:
Are you changing a test here?
--
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