samples/exceptions/src/org/apidesign/exceptions/trycatchredo/IOManager.java
changeset 309 1687adb2b7f0
parent 308 7f38f014244c
child 310 fba31e9504a1
     1.1 --- a/samples/exceptions/src/org/apidesign/exceptions/trycatchredo/IOManager.java	Sun Feb 01 13:27:04 2009 +0100
     1.2 +++ b/samples/exceptions/src/org/apidesign/exceptions/trycatchredo/IOManager.java	Sun Feb 01 13:38:08 2009 +0100
     1.3 @@ -12,6 +12,6 @@
     1.4      }
     1.5  
     1.6      public static Action createSaveAction(URL where, CharSequence what) {
     1.7 -        return new SaveAction(where, what);
     1.8 +        return new SaveActionWithQuery(where, what);
     1.9      }
    1.10  }