mbien commented on code in PR #22:
URL: 
https://github.com/apache/netbeans-antora-tutorials/pull/22#discussion_r2465115370


##########
modules/ROOT/pages/tutorials/nbm-maven-modulesuite.adoc:
##########
@@ -137,217 +134,189 @@ public final class Event {
    public String toString() {
        return index + " - " + date;
    }
-
 }
 ----
 
 
 === Exposing the Package
 
-In this tutorial you will create additional modules that will need to access 
the  ``Event``  class. In this exercise, you will make the contents of the 
package that contains the  ``Event``  class public so that other modules can 
access it. To declare the  ``com.mycompany.mavenselectionsuite``  package as 
public, you will modify the  ``configuration``  element of  
``nbm-maven-plugin``  in the POM to specify the packages that are exported as 
public. You can make the changes to the POM in the editor or by selecting the 
packages to make public in the project's Properties window.
+In this tutorial you will create additional modules that will need to access 
the  ``Event``  class. In this exercise,

Review Comment:
   line 141
   
   `=== Exposing the Package`
   ->
   
   `=== Exporting the Package`
   
   would make it easier to find with search engines



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