Subversion Repository Public Repository

litesoft

Diff Revisions 612 vs 613 for /trunk/GWT_Sandbox/CS_IDEA/src/org/litesoft/sandbox/csapp/server/CSappServiceImpl.java

Diff revisions: vs.
  @@ -30,6 +30,10 @@
30 30 {
31 31 rv[i] = "SS2: " + zFilters[i];
32 32 }
33 + if (zFilters.length != 0)
34 + {
35 + throw new IllegalArgumentException( "WTF" );
36 + }
33 37 return new Response2( rv );
34 38 }
35 39