/[projects]/miscJava/thn_mqutils/src/main/java/com/traiana/utils/mq/MqFilesSender.java
ViewVC logotype

Diff of /miscJava/thn_mqutils/src/main/java/com/traiana/utils/mq/MqFilesSender.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3014 by torben, Fri Oct 2 10:14:15 2015 UTC revision 3015 by torben, Thu Apr 21 09:23:43 2016 UTC
# Line 32  public class MqFilesSender Line 32  public class MqFilesSender
32                          }                          }
33                  } catch (MQException e) {                  } catch (MQException e) {
34                          e.printStackTrace();                          e.printStackTrace();
35                  } catch (IOException e) {                  } catch (Exception e) {
36                          e.printStackTrace();                          e.printStackTrace();
37                  } finally {                  } finally {
38                          if (sender != null)                          if (sender != null)
# Line 63  public class MqFilesSender Line 63  public class MqFilesSender
63  /* Location:           C:\Users\thn\workspace\mq-utils.jar  /* Location:           C:\Users\thn\workspace\mq-utils.jar
64   * Qualified Name:     com.traiana.utils.mq.MqFilesSender   * Qualified Name:     com.traiana.utils.mq.MqFilesSender
65   * JD-Core Version:    0.6.2   * JD-Core Version:    0.6.2
  */  
66     */

Legend:
Removed from v.3014  
changed lines
  Added in v.3015

  ViewVC Help
Powered by ViewVC 1.1.20