Some of the javadoc references were not matching anymore and produced
warnings.
I fixed them / removed where referenced class wasn't there anymore.
This time it is diff -u on both java classes that were changed.
Mvgr,
Martin
Index: org/apache/turbine/Turbine.java
===================================================================
RCS file: /home/cvspublic/jakarta-turbine-3/src/java/org/apache/turbine/Turbine.java,v
retrieving revision 1.37
diff -u -r1.37 Turbine.java
--- org/apache/turbine/Turbine.java 17 Apr 2002 01:59:54 -0000 1.37
+++ org/apache/turbine/Turbine.java 30 Apr 2002 16:18:22 -0000
@@ -96,8 +96,6 @@
* <p> Turbine servlet recognizes the following initialization parameters.
*
* <ul>
- * <li><code>resources</code> the implementation of
- * {@link org.apache.fulcrum.resources.ResourceService} to be used</li>
* <li><code>properties</code> the path to TurbineResources.properties file
* used by the default implementation of <code>ResourceService</code>, relative
* to the application root.</li>
@@ -556,7 +554,7 @@
* @param propsFile The abstract path to your
* <code>TurbineResources.properties</code> file (including file
* name), relative to web application root. Defaults to {@link
- * org.apache.turbine.TurbineConstants.DEFAULT_TURBINE_RESOURCES}.
+ * org.apache.turbine.TurbineConstants#DEFAULT_TURBINE_RESOURCES}.
* @exception Exception a generic exception.
*/
public static synchronized void configure(ServletConfig config,
Index: org/apache/turbine/services/rundata/DefaultTurbineRunData.java
===================================================================
RCS file:
/home/cvspublic/jakarta-turbine-3/src/java/org/apache/turbine/services/rundata/DefaultTurbineRunData.java,v
retrieving revision 1.13
diff -u -r1.13 DefaultTurbineRunData.java
--- org/apache/turbine/services/rundata/DefaultTurbineRunData.java 23 Apr 2002
16:05:52 -0000 1.13
+++ org/apache/turbine/services/rundata/DefaultTurbineRunData.java 30 Apr 2002
+16:18:23 -0000
@@ -590,9 +590,9 @@
* object from.
* @return The retreived user, or <code>null</code> if errors
* occur.
- * @see org.apache.turbine.services.SessionBindingEventProxy
+ * @see org.apache.turbine.services.rundata.SessionBindingEventProxy
* @see org.apache.fulcrum.security.entity.User
- * @see org.apache.fulcrum.session.SessionBindingListener
+ * @see org.apache.fulcrum.security.session.SessionBindingListener
*/
public static User getUserFromSession(HttpSession session)
{
@@ -1075,11 +1075,11 @@
* removed from the session (which happens on session timeout).</p>
*
* @see #setUser(User)
- * @see #setAcl(AccessControlList)
- * @see org.apache.turbine.services.SessionBindingEventProxy
+ * @see #setACL(AccessControlList)
+ * @see org.apache.turbine.services.rundata.SessionBindingEventProxy
* @see org.apache.fulcrum.security.entity.User
* @see org.apache.fulcrum.security.util.AccessControlList
- * @see org.apache.fulcrum.session.SessionBindingListener
+ * @see org.apache.fulcrum.security.session.SessionBindingListener
*/
public void save()
{
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>