mirror of https://github.com/apache/lucene.git
Trivial changes fixed misspelled class name
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@471887 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
861a964ce4
commit
d7a514f722
|
@ -25,9 +25,9 @@ import org.apache.lucene.gdata.server.ServiceException;
|
|||
* @author Simon Willnauer
|
||||
*
|
||||
*/
|
||||
public class UpdataAccountStrategy extends AbstractAccountHandler {
|
||||
public class UpdateAccountStrategy extends AbstractAccountHandler {
|
||||
|
||||
private static final Log LOG = LogFactory.getLog(UpdataAccountStrategy.class);
|
||||
private static final Log LOG = LogFactory.getLog(UpdateAccountStrategy.class);
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue