diff options
author | Xavier Ducrohet <xav@android.com> | 2012-10-02 17:37:28 -0700 |
---|---|---|
committer | Xavier Ducrohet <xav@android.com> | 2012-10-02 17:37:28 -0700 |
commit | bdb9903224d688b264b6a9b4c7aa3fa8e0142996 (patch) | |
tree | 6f80d17a615c1798bda4b4925f1bc42e88d568f4 /common/src | |
parent | d19ce5efa561089937102f19a373ac5324311a03 (diff) | |
download | sdk-bdb9903224d688b264b6a9b4c7aa3fa8e0142996.zip sdk-bdb9903224d688b264b6a9b4c7aa3fa8e0142996.tar.gz sdk-bdb9903224d688b264b6a9b4c7aa3fa8e0142996.tar.bz2 |
Fix javadoc here and there.
Change-Id: If02d0b97c294d9821a1c914547782a08b1d256fb
Diffstat (limited to 'common/src')
-rw-r--r-- | common/src/com/android/utils/SdkUtils.java | 4 | ||||
-rw-r--r-- | common/src/com/android/utils/StdLogger.java | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/common/src/com/android/utils/SdkUtils.java b/common/src/com/android/utils/SdkUtils.java index 9bf43dc..18d3ccd 100644 --- a/common/src/com/android/utils/SdkUtils.java +++ b/common/src/com/android/utils/SdkUtils.java @@ -128,8 +128,8 @@ public class SdkUtils { /** * Returns the default line separator to use. * <p> - * NOTE: If you have an associated {@link IDocument}, it is better to call - * {@link TextUtilities#getDefaultLineDelimiter(IDocument)} since that will + * NOTE: If you have an associated IDocument (Eclipse), it is better to call + * TextUtilities#getDefaultLineDelimiter(IDocument) since that will * allow (for example) editing a \r\n-delimited document on a \n-delimited * platform and keep a consistent usage of delimiters in the file. * diff --git a/common/src/com/android/utils/StdLogger.java b/common/src/com/android/utils/StdLogger.java index c0de06f..05eb456 100644 --- a/common/src/com/android/utils/StdLogger.java +++ b/common/src/com/android/utils/StdLogger.java @@ -103,7 +103,7 @@ public class StdLogger implements ILogger { * <p/> * This is displayed only if the logging {@link Level} is {@link Level#WARNING} or higher. * - * @param msgFormat is a string format to be used with a {@link Formatter}. Cannot be null. + * @param warningFormat is a string format to be used with a {@link Formatter}. Cannot be null. * @param args provides the arguments for warningFormat. */ @Override |