rt/aot/src/main/java/org/apidesign/bck2brwsr/aot/Bck2BrwsrJars.java
changeset 1628 c16121d8020b
parent 1622 2c0e2a58a4f2
child 1678 35daab73e225
     1.1 --- a/rt/aot/src/main/java/org/apidesign/bck2brwsr/aot/Bck2BrwsrJars.java	Mon Jun 09 19:16:34 2014 +0200
     1.2 +++ b/rt/aot/src/main/java/org/apidesign/bck2brwsr/aot/Bck2BrwsrJars.java	Mon Jun 09 21:27:49 2014 +0200
     1.3 @@ -51,7 +51,7 @@
     1.4       * provided JAR file. The compiler will compile all classes.
     1.5       * The system understands OSGi manifest entries and will export
     1.6       * all packages that are exported in the JAR file. The system
     1.7 -     * also recognizes META-INF/services and makes sure the file names
     1.8 +     * also recognizes META-INF/services and makes sure the class names
     1.9       * are not mangled.
    1.10       * 
    1.11       * @param c the compiler to {@link Bck2Brwsr#addClasses(java.lang.String...) add classes},