Author: simonetripodi
Date: Sat Mar 10 23:48:08 2012
New Revision: 1299309

URL: http://svn.apache.org/viewvc?rev=1299309&view=rev
Log:
added labels showcase

Modified:
    
maven/sandbox/trunk/skins/fluido-doc/src/it/basic-doc/src/main/java/org/apache/commons/io/package-info.java

Modified: 
maven/sandbox/trunk/skins/fluido-doc/src/it/basic-doc/src/main/java/org/apache/commons/io/package-info.java
URL: 
http://svn.apache.org/viewvc/maven/sandbox/trunk/skins/fluido-doc/src/it/basic-doc/src/main/java/org/apache/commons/io/package-info.java?rev=1299309&r1=1299308&r2=1299309&view=diff
==============================================================================
--- 
maven/sandbox/trunk/skins/fluido-doc/src/it/basic-doc/src/main/java/org/apache/commons/io/package-info.java
 (original)
+++ 
maven/sandbox/trunk/skins/fluido-doc/src/it/basic-doc/src/main/java/org/apache/commons/io/package-info.java
 Sat Mar 10 23:48:08 2012
@@ -21,26 +21,26 @@
  * writers and files. The most commonly used classes are described here:
  * </p>
  * <p>
- * <b>IOUtils</b> is the most frequently used class.
+ * <span class="label label-info">IOUtils</span> is the most frequently used 
class.
  * It provides operations to read, write, copy and close streams.
  * </p>
  * <p>
- * <b>FileUtils</b> provides operations based around the JDK File class.
+ * <span class="label label-info">FileUtils</span> provides operations based 
around the JDK File class.
  * These include reading, writing, copying, comparing and deleting.
  * </p>
  * <p>
- * <b>FilenameUtils</b> provides utilities based on filenames.
+ * <span class="label label-info">FilenameUtils</span> provides utilities 
based on filenames.
  * This utility class manipulates filenames without using File objects.
  * It aims to simplify the transition between Windows and Unix.
  * Before using this class however, you should consider whether you should
  * be using File objects.
  * </p>
  * <p>
- * <b>FileSystemUtils</b> allows access to the filing system in ways the JDK
+ * <span class="label label-info">FileSystemUtils</span> allows access to the 
filing system in ways the JDK
  * does not support. At present this allows you to get the free space on a 
drive.
  * </p>
  * <p>
- * <b>EndianUtils</b> swaps data between Big-Endian and Little-Endian formats.
+ * <span class="label label-info">EndianUtils</span> swaps data between 
Big-Endian and Little-Endian formats.
  * </p>
  */
 package org.apache.commons.io;


Reply via email to