addressed cyclical dependency with view package

This commit is contained in:
Keith Donald
2008-04-25 01:02:09 +00:00
parent 3db1aabd4c
commit a3b8d2fae7
13 changed files with 30 additions and 30 deletions

View File

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