override toString

This commit is contained in:
Keith Donald
2008-04-22 04:05:46 +00:00
parent 1a384b5f60
commit c5cfc66276

View File

@@ -165,7 +165,7 @@ public class FlowViewStateManager extends StateManager {
this.componentState = componentState;
}
public String toStringCreator() {
public String toString() {
return new ToStringCreator(this).append("viewId", viewId).toString();
}
}