Fix some javadocs typos

"Delegating" was misspelled in various ways.

Change-Id: I7b441f1c33b7d876b8f82829fddc1eb017cce2d0
This commit is contained in:
Evan Charlton
2015-03-02 07:07:05 -08:00
parent 828e0f78b3
commit 73fca8ed2b

View File

@@ -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.
*/