[prev in list] [next in list] [prev in thread] [next in thread] 

List:       xml-cocoon-cvs
Subject:    cvs commit: cocoon-2.2/src/kernel/org/apache/cocoon/kernel/composition Wirings.java
From:       pier () apache ! org
Date:       2004-03-31 13:27:32
Message-ID: 20040331132732.53354.qmail () minotaur ! apache ! org
[Download RAW message or body]

pier        2004/03/31 05:27:32

  Modified:    src/kernel/org/apache/cocoon/kernel/composition Wirings.java
  Log:
  Fix from Leo Sutic on JavaDoc.
  
  Revision  Changes    Path
  1.5       +3 -3      cocoon-2.2/src/kernel/org/apache/cocoon/kernel/composition/Wirings.java
  
  Index: Wirings.java
  ===================================================================
  RCS file: /home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/composition/Wirings.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Wirings.java	31 Mar 2004 13:01:38 -0000	1.4
  +++ Wirings.java	31 Mar 2004 13:27:31 -0000	1.5
  @@ -55,7 +55,7 @@
        * <pre>
        * MyInterface myObject = manager.lookup(MyInterface.class, "mywiring");
        * <small><i>[... use the object instance ...]</i></small>
  -     * ((Wiring)myObject).release();</pre>
  +     * ((Wire)myObject).release();</pre>
        *
        * <p>Note that although <b>it is not required</b> to release the
        * {@link Wirings} associated with component instance, it is common practice
  @@ -77,7 +77,7 @@
        *
        * <pre>
        * // myObject is a wired component that we looked up at initialization
  -     * if (!((Wiring)myObject).wired()) {
  +     * if (!((Wire)myObject).wired()) {
        *   manager.lookup(MyInterface.class, "mywiring");
        * }
        * <small><i>[... use the object instance ...]</i></small></pre>
  
  
  
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic