diff options
Diffstat (limited to 'test-runner/src')
-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. */ |