Subversion Repository Public Repository

litesoft

Diff Revisions 947 vs 948 for /trunk/GWT_Sandbox/FormEngine/src/com/temp/shared/utils/MethodWithExpectedExceptions.java

Diff revisions: vs.
  @@ -7,5 +7,5 @@
7 7 * @author georgs
8 8 */
9 9 public interface MethodWithExpectedExceptions extends MethodNameProvider {
10 - boolean isExpected(Throwable throwable);
10 + boolean isExpected( Throwable throwable );
11 11 }