diff options
author | Evan Charlton <evanc@google.com> | 2015-03-02 07:07:05 -0800 |
---|---|---|
committer | Evan Charlton <evanc@google.com> | 2015-03-02 07:07:05 -0800 |
commit | 73fca8ed2bfc314afb9b8cfa67fc64f1d26ab4c3 (patch) | |
tree | a7d04174c4ff6c719f29290c50313af0d16eb79e /test-runner | |
parent | 828e0f78b30f98eb37dd30eaa49d03b96c37ab89 (diff) | |
download | frameworks_base-73fca8ed2bfc314afb9b8cfa67fc64f1d26ab4c3.zip frameworks_base-73fca8ed2bfc314afb9b8cfa67fc64f1d26ab4c3.tar.gz frameworks_base-73fca8ed2bfc314afb9b8cfa67fc64f1d26ab4c3.tar.bz2 |
Fix some javadocs typos
"Delegating" was misspelled in various ways.
Change-Id: I7b441f1c33b7d876b8f82829fddc1eb017cce2d0
Diffstat (limited to 'test-runner')
-rw-r--r-- | test-runner/src/android/test/RenamingDelegatingContext.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test-runner/src/android/test/RenamingDelegatingContext.java b/test-runner/src/android/test/RenamingDelegatingContext.java index 3d763c7..3c4da9e 100644 --- a/test-runner/src/android/test/RenamingDelegatingContext.java +++ b/test-runner/src/android/test/RenamingDelegatingContext.java @@ -107,7 +107,7 @@ public class RenamingDelegatingContext extends ContextWrapper { } /** - * @param context : the context that will be delagated. + * @param context : the context that will be delegated. * @param filePrefix : a prefix with which database and file names will be * prefixed. */ @@ -118,8 +118,8 @@ public class RenamingDelegatingContext extends ContextWrapper { } /** - * @param context : the context that will be delagated. - * @param fileContext : the context that file and db methods will be delgated to + * @param context : the context that will be delegated. + * @param fileContext : the context that file and db methods will be delegated to * @param filePrefix : a prefix with which database and file names will be * prefixed. */ |