You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-webflow/src/main/java/org/springframework/webflow/test/execution/AbstractExternalizedFlowExecutionTests.java
-10Lines changed: 0 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -63,21 +63,11 @@ public abstract class AbstractExternalizedFlowExecutionTests extends AbstractFlo
63
63
64
64
/**
65
65
* Constructs a default externalized flow execution test.
66
-
* @see #setName(String)
67
66
*/
68
67
publicAbstractExternalizedFlowExecutionTests() {
69
68
init();
70
69
}
71
70
72
-
/**
73
-
* Constructs an externalized flow execution test with given name.
Copy file name to clipboardExpand all lines: spring-webflow/src/main/java/org/springframework/webflow/test/execution/AbstractXmlFlowExecutionTests.java
-9Lines changed: 0 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -62,20 +62,11 @@ public abstract class AbstractXmlFlowExecutionTests extends AbstractExternalized
62
62
63
63
/**
64
64
* Constructs a default XML flow execution test.
65
-
* @see #setName(String)
66
65
*/
67
66
publicAbstractXmlFlowExecutionTests() {
68
67
super();
69
68
}
70
69
71
-
/**
72
-
* Constructs an XML flow execution test with given name.
0 commit comments