two code snippets were named the same
authorJaroslav Tulach <jtulach@netbeans.org>
Sat, 15 Nov 2008 08:30:06 +0100
changeset 2985d5cb122088c
parent 297 adae776dcb9f
child 299 662b5d5b1b70
two code snippets were named the same
samples/aserverinfo/test/org/apidesign/aserverinfo/test/FactoriesTest.java
     1.1 --- a/samples/aserverinfo/test/org/apidesign/aserverinfo/test/FactoriesTest.java	Sat Nov 15 08:29:32 2008 +0100
     1.2 +++ b/samples/aserverinfo/test/org/apidesign/aserverinfo/test/FactoriesTest.java	Sat Nov 15 08:30:06 2008 +0100
     1.3 @@ -57,9 +57,9 @@
     1.4          };
     1.5          ServerConnector inf;
     1.6  
     1.7 -        // BEGIN: ServerConnector.factory.creation
     1.8 +        // BEGIN: ServerConnector.factory.creation2
     1.9          inf = ServerConnector.create(np, up, res, shutdown);
    1.10 -        // END: ServerConnector.factory.creation
    1.11 +        // END: ServerConnector.factory.creation2
    1.12  
    1.13          assertEquals("API Design Server", inf.getName());
    1.14          assertEquals("http://www.apidesign.org", inf.getURL().toExternalForm());