From: <tho...@us...> - 2014-07-02 11:38:15
|
Revision: 8515 http://sourceforge.net/p/bigdata/code/8515 Author: thompsonbry Date: 2014-07-02 11:38:12 +0000 (Wed, 02 Jul 2014) Log Message: ----------- Javadoc fix. Modified Paths: -------------- branches/BIGDATA_RELEASE_1_3_0/bigdata/src/java/com/bigdata/Banner.java Modified: branches/BIGDATA_RELEASE_1_3_0/bigdata/src/java/com/bigdata/Banner.java =================================================================== --- branches/BIGDATA_RELEASE_1_3_0/bigdata/src/java/com/bigdata/Banner.java 2014-07-02 11:06:04 UTC (rev 8514) +++ branches/BIGDATA_RELEASE_1_3_0/bigdata/src/java/com/bigdata/Banner.java 2014-07-02 11:38:12 UTC (rev 8515) @@ -55,7 +55,6 @@ * the copyright banner is always written out on bigdata startup. * * @author <a href="mailto:tho...@us...">Bryan Thompson</a> - * @version $Id$ */ public class Banner { @@ -70,7 +69,6 @@ * Environment variables understood by the {@link Banner} class. * * @author <a href="mailto:tho...@us...">Bryan Thompson</a> - * @version $Id$ */ public interface Options { @@ -384,7 +382,7 @@ * <code>build.xml</code> and is NOT available from the IDE. It is correct * discovered using reflection. * - * @return Build version if available and <code>unknown</code> otherwise. + * @return Build version if available and <code>null</code> otherwise. * * @see #getBuildInfo() */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |