Revision: 1338
http://stripes.svn.sourceforge.net/stripes/?rev=1338&view=rev
Author: bengunter
Date: 2010-11-12 16:45:28 +0000 (Fri, 12 Nov 2010)
Log Message:
-----------
Updated the javadoc links in the build specs and corrected a couple of errors
in javadoc comments.
Modified Paths:
--------------
trunk/examples/build.xml
trunk/stripes/build.xml
trunk/stripes/pom.xml
trunk/stripes/src/net/sourceforge/stripes/vfs/JBoss6VFS.java
trunk/stripes/src/net/sourceforge/stripes/vfs/VFS.java
Modified: trunk/examples/build.xml
===================================================================
--- trunk/examples/build.xml 2010-11-12 16:27:16 UTC (rev 1337)
+++ trunk/examples/build.xml 2010-11-12 16:45:28 UTC (rev 1338)
@@ -90,8 +90,7 @@
protected="true"
use="true"
version="true">
- <link href="http://java.sun.com/j2se/1.5.0/docs/api/"/>
- <link href="http://java.sun.com/j2ee/1.4/docs/api/"/>
+ <link href="http://download.oracle.com/javase/1.5.0/docs/api/"/>
</javadoc>
</target>
Modified: trunk/stripes/build.xml
===================================================================
--- trunk/stripes/build.xml 2010-11-12 16:27:16 UTC (rev 1337)
+++ trunk/stripes/build.xml 2010-11-12 16:45:28 UTC (rev 1338)
@@ -131,10 +131,10 @@
use="true"
version="true">
<classpath location="${java.home}/../lib/tools.jar"/>
- <link href="http://java.sun.com/j2se/1.5.0/docs/api/"/>
- <link href="http://java.sun.com/javaee/5/docs/api/"/>
+ <link href="http://download.oracle.com/javase/1.5.0/docs/api/"/>
+ <link href="http://download.oracle.com/javaee/5/api/"/>
<link href="http://static.springframework.org/spring/docs/1.2.x/api/"/>
- <link href="http://java.sun.com/j2se/1.5.0/docs/guide/apt/mirror/"/>
+ <link
href="http://download.oracle.com/javase/1.5.0/docs/guide/apt/mirror/"/>
<link
href="http://commons.apache.org/logging/commons-logging-1.1/apidocs/"/>
<group>
<title>Core API</title>
Modified: trunk/stripes/pom.xml
===================================================================
--- trunk/stripes/pom.xml 2010-11-12 16:27:16 UTC (rev 1337)
+++ trunk/stripes/pom.xml 2010-11-12 16:45:28 UTC (rev 1338)
@@ -144,10 +144,10 @@
<use>true</use>
<version>true</version>
<links>
-
<link>http://java.sun.com/j2se/1.5.0/docs/api/</link>
-
<link>http://java.sun.com/javaee/5/docs/api/</link>
+
<link>http://download.oracle.com/javase/1.5.0/docs/api/</link>
+
<link>http://download.oracle.com/javaee/5/api/</link>
<link>http://static.springframework.org/spring/docs/1.2.x/api/</link>
-
<link>http://java.sun.com/j2se/1.5.0/docs/guide/apt/mirror/</link>
+
<link>http://download.oracle.com/javase/1.5.0/docs/guide/apt/mirror/</link>
<link>http://commons.apache.org/logging/commons-logging-1.1/apidocs/</link>
</links>
<groups>
Modified: trunk/stripes/src/net/sourceforge/stripes/vfs/JBoss6VFS.java
===================================================================
--- trunk/stripes/src/net/sourceforge/stripes/vfs/JBoss6VFS.java
2010-11-12 16:27:16 UTC (rev 1337)
+++ trunk/stripes/src/net/sourceforge/stripes/vfs/JBoss6VFS.java
2010-11-12 16:45:28 UTC (rev 1338)
@@ -105,7 +105,7 @@
* Verifies that the provided object reference is null. If it is null,
then this VFS is marked
* as invalid for the current environment.
*
- * @param objects The object references to check for null.
+ * @param object The object reference to check for null.
*/
protected static <T> T checkNotNull(T object) {
if (object == null)
Modified: trunk/stripes/src/net/sourceforge/stripes/vfs/VFS.java
===================================================================
--- trunk/stripes/src/net/sourceforge/stripes/vfs/VFS.java 2010-11-12
16:27:16 UTC (rev 1337)
+++ trunk/stripes/src/net/sourceforge/stripes/vfs/VFS.java 2010-11-12
16:45:28 UTC (rev 1338)
@@ -38,7 +38,7 @@
/** The built-in implementations. */
public static final Class<?>[] IMPLEMENTATIONS = { JBoss6VFS.class,
DefaultVFS.class };
- /** The list to which implementations are added by {...@link
#addImplClass(String)}. */
+ /** The list to which implementations are added by {...@link
#addImplClass(Class)}. */
public static final List<Class<? extends VFS>> USER_IMPLEMENTATIONS = new
ArrayList<Class<? extends VFS>>();
/** Singleton instance. */
@@ -47,8 +47,6 @@
/**
* Get the singleton {...@link VFS} instance. If no {...@link VFS}
implementation can be found for the
* current environment, then this method returns null.
- *
- * @return
*/
@SuppressWarnings("unchecked")
public static VFS getInstance() {
@@ -89,7 +87,7 @@
* Adds the specified class to the list of {...@link VFS} implementations.
Classes added in this
* manner are tried in the order they are added and before any of the
built-in implementations.
*
- * @param className The name of the {...@link VFS} implementation class to
add.
+ * @param clazz The {...@link VFS} implementation class to add.
*/
public static void addImplClass(Class<? extends VFS> clazz) {
if (clazz != null)
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development