Merge "DOC CHANGE: Package text and Formatter javadoc" into ics-mr0

This commit is contained in:
Joe Malin
2011-12-08 17:42:36 -08:00
committed by Android (Google) Code Review
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>