/[svn]/jsampler/trunk/src/org/jsampler/task/Channel.java
ViewVC logotype

Diff of /jsampler/trunk/src/org/jsampler/task/Channel.java

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

revision 1444 by iliev, Mon Sep 10 22:29:09 2007 UTC revision 1445 by iliev, Mon Oct 15 20:55:33 2007 UTC
# Line 1081  public class Channel { Line 1081  public class Channel {
1081                  /** The entry point of the task. */                  /** The entry point of the task. */
1082                  public void                  public void
1083                  run() {                  run() {
1084                          try { CC.getClient().editInstrument(chn); }                          try { CC.getClient().editChannelInstrument(chn); }
1085                          catch(Exception x) {                          catch(Exception x) {
1086                                  setErrorMessage(getDescription() + ": " + HF.getErrorMessage(x));                                  setErrorMessage(getDescription() + ": " + HF.getErrorMessage(x));
1087                                  CC.getLogger().log(Level.FINE, getErrorMessage(), x);                                  CC.getLogger().log(Level.FINE, getErrorMessage(), x);

Legend:
Removed from v.1444  
changed lines
  Added in v.1445

  ViewVC Help
Powered by ViewVC