Add comment.

This commit is contained in:
jeb228 2010-11-24 20:39:18 +00:00
parent 9eee0e9516
commit 051d00ed45

View file

@ -9,7 +9,8 @@ import edu.cornell.mannlib.vitro.webapp.controller.VitroRequest;
import edu.cornell.mannlib.vitro.webapp.controller.freemarker.FreemarkerHttpServlet;
/**
* TODO
* A user logged in using external authentication, but we don't have an account
* for him, or an associated individual.
*/
public class UnrecognizedUserController extends FreemarkerHttpServlet {
private static final String TEMPLATE_DEFAULT = "unrecognizedUser.ftl";