harmless typo

This commit is contained in:
Keith Donald
2008-05-06 14:34:45 +00:00
parent 1249741e8f
commit 50e37ecba4

View File

@@ -120,7 +120,7 @@ public class JsfViewFactory implements ViewFactory {
}
private boolean viewAlreadySet(FacesContext facesContext) {
if (facesContext.getViewRoot() != null && facesContext.getViewRoot() != null) {
if (facesContext.getViewRoot() != null) {
// the corner case where a before RESTORE_VIEW PhaseListener has handled setting the UIViewRoot
return true;
} else {