addressed cyclical dependency with view package

This commit is contained in:
Keith Donald
2008-04-25 00:55:37 +00:00
parent 7acf169250
commit c610df78e6
2 changed files with 2 additions and 2 deletions

View File

@@ -66,7 +66,7 @@ public class FacesFlowBuilderServicesBeanDefinitionParserTests extends TestCase
throw new UnsupportedOperationException("Auto-generated method stub");
}
public String getViewIdByConvention(String viewStateId) {
public String getViewNameByConvention(String viewStateId) {
return viewStateId;
}