Closing the right sample code section
authorJaroslav Tulach <jtulach@netbeans.org>
Sat, 14 Jun 2008 09:54:01 +0200
changeset 93f335133cc6d6
parent 92 f6e64df4f962
child 94 9f71e6842995
Closing the right sample code section
samples/aserverinfo/src/org/apidesign/aserverinfo/AServerInfo.java
     1.1 --- a/samples/aserverinfo/src/org/apidesign/aserverinfo/AServerInfo.java	Sat Jun 14 09:53:57 2008 +0200
     1.2 +++ b/samples/aserverinfo/src/org/apidesign/aserverinfo/AServerInfo.java	Sat Jun 14 09:54:01 2008 +0200
     1.3 @@ -115,7 +115,7 @@
     1.4      public final AServerInfo nameProvider(final NameProvider np) {
     1.5          return new AServerInfo(np, this.url, this.reset, this.shutdown);
     1.6      }
     1.7 -    // END: aserverinfo.cumulative.empty
     1.8 +    // END: aserverinfo.cumulative.factory
     1.9  
    1.10      public final AServerInfo urlProvider(final URLProvider up) {
    1.11          return new AServerInfo(this.name, up, this.reset, this.shutdown);