tmysik commented on code in PR #6896:
URL: https://github.com/apache/netbeans/pull/6896#discussion_r1438851258


##########
php/php.editor/src/org/netbeans/modules/php/editor/codegen/CGSInfo.java:
##########
@@ -108,7 +108,7 @@ public final class CGSInfo {
     private boolean generateDoc;
     private boolean fluentSetter;
     private boolean isPublicModifier;
-
+    private Index index;

Review Comment:
   Nitpick:
   ```suggestion
       @Nullable
       private Index index;
   ```
   



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