DOC CHANGE: Package text and Formatter javadoc

Change-Id: Ia34bf38d07b474522f65b89db4991c32909ecff2
This commit is contained in:
Joe Malin
2011-12-06 16:39:35 -08:00
parent 9e2cf49fa3
commit 41e2e1f991
2 changed files with 8 additions and 1 deletions

View File

@@ -21,7 +21,7 @@ import android.net.NetworkUtils;
/**
* Utility class to aid in formatting common values that are not covered
* by {@link java.util.Formatter}
* by the {@link java.util.Formatter} class in {@link java.util}
*/
public final class Formatter {

View File

@@ -0,0 +1,7 @@
<HTML>
<BODY>
This package contains alternative classes for some text formatting classes
defined in {@link java.util} and {@link java.text}. It also contains additional text formatting
classes for situations not covered by {@link java.util} or {@link java.text}.
</BODY>
</HTML>