Revision: 15207
          http://gate.svn.sourceforge.net/gate/?rev=15207&view=rev
Author:   markagreenwood
Date:     2012-01-24 15:35:30 +0000 (Tue, 24 Jan 2012)
Log Message:
-----------
fixed the javadocs

Modified Paths:
--------------
    gate/trunk/src/gate/util/Strings.java

Modified: gate/trunk/src/gate/util/Strings.java
===================================================================
--- gate/trunk/src/gate/util/Strings.java       2012-01-24 15:02:10 UTC (rev 
15206)
+++ gate/trunk/src/gate/util/Strings.java       2012-01-24 15:35:30 UTC (rev 
15207)
@@ -170,7 +170,7 @@
    * @param base10 if <code>true</code> then the multiplier used is 10^3 (i.e. 
    * 1000 bytes are reported as 1kB, etc.); otherwise 1024 is used as a 
    * multiplier (1024 bytes is 1KiB, etc.).
-   * @return
+   * @return a human readable version of a file size
    */
   public static String humanReadableByteCount(long bytes, boolean base10) {
     int unit = base10 ? 1000 : 1024;

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to