Class could not be resolved due to wrong spelling (after refactoring)

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@474243 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Simon Willnauer 2006-11-13 10:47:33 +00:00
parent b09de376e4
commit ebf6f78719
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ public class DefaultRequestHandlerFactory extends RequestHandlerFactory {
@Override
public GDataRequestHandler getUpdateAccountHandler() {
return new UpdataAccountStrategy();
return new UpdateAccountStrategy();
}
/**