Author: niclas
Date: Thu Aug 19 11:55:17 2004
New Revision: 36624

Modified:
   avalon/trunk/central/site/src/xdocs/planet/facilities/reflector/using.xml
Log:
Extra nbsp.

Modified: avalon/trunk/central/site/src/xdocs/planet/facilities/reflector/using.xml
==============================================================================
--- avalon/trunk/central/site/src/xdocs/planet/facilities/reflector/using.xml   
(original)
+++ avalon/trunk/central/site/src/xdocs/planet/facilities/reflector/using.xml   Thu 
Aug 19 11:55:17 2004
@@ -147,7 +147,7 @@
           <tr>
             <td>
     String[] getNames( Object container )<br/>
-        throws ReflectionException;
+    &#160;&#160;&#160;&#160;throws ReflectionException;
             </td>
             <td>
               This method should return an array of all the members of the
@@ -160,7 +160,7 @@
           <tr>
             <td>
     Class getClass( Object container, String membername )<br/>
-        throws ReflectionException;
+    &#160;&#160;&#160;&#160;throws ReflectionException;
             </td>
             <td>
              Return the Class of the member. The Class returned must be the
@@ -174,8 +174,8 @@
           </tr>
           <tr>
             <td>
-    Object getMemberObject( Object container, String membername )<br/>
-        throws ReflectionException;
+    
Object&#160;getMemberObject(<br/>&#160;&#160;&#160;&#160;Object&#160;container,&#160;String
 membername )<br/>
+    &#160;&#160;&#160;&#160;throws ReflectionException;
             </td>
             <td>
               Return the object with the given membername.
@@ -183,8 +183,8 @@
           </tr>
           <tr>
             <td>
-    
void&#160;setMemberObject(&#160;Object&#160;container,&#160;String&#160;membername,&#160;Object&#160;value&#160;)<br/>
-        throws ReflectionException;
+    void&#160;setMemberObject( 
&#160;&#160;&#160;&#160;Object&#160;container,&#160;String&#160;membername,&#160;Object&#160;value&#160;)<br/>
+    &#160;&#160;&#160;&#160;throws ReflectionException;
             </td>
             <td>
               Assignment of a new value to a member. For primitive types and
@@ -200,8 +200,8 @@
           </tr>
           <tr>
             <td>
-    boolean isSettable( Object container, String memberName )<br/>
-        throws ReflectionException;
+    boolean&#160;isSettable(&#160;Object container,&#160;String memberName&#160;)<br/>
+    &#160;&#160;&#160;&#160;throws ReflectionException;
             </td>
             <td>
               This method should return <code>true</code> if it is possible

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to