Merge "DOC CHANGE: Package text and Formatter javadoc" into ics-mr0
This commit is contained in:
@ -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 {
|
||||
|
||||
|
7
core/java/android/text/format/package.html
Normal file
7
core/java/android/text/format/package.html
Normal 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>
|
Reference in New Issue
Block a user