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

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

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

revision 1733 by iliev, Tue Apr 29 22:22:40 2008 UTC revision 1734 by iliev, Sun May 4 18:40:13 2008 UTC
# Line 140  public class InstrumentsDb { Line 140  public class InstrumentsDb {
140                                    
141                  /**                  /**
142                   * Used to decrease the traffic. All task in the queue                   * Used to decrease the traffic. All task in the queue
143                   * equal to this are removed.                   * equal to this are removed if added using {@link org.jsampler.CC#scheduleTask}.
144                     * @see org.jsampler.CC#addTask
145                   */                   */
146                  public boolean                  public boolean
147                  equals(Object obj) {                  equals(Object obj) {
# Line 387  public class InstrumentsDb { Line 388  public class InstrumentsDb {
388                                    
389                  /**                  /**
390                   * Used to decrease the traffic. All task in the queue                   * Used to decrease the traffic. All task in the queue
391                   * equal to this are removed.                   * equal to this are removed if added using {@link org.jsampler.CC#scheduleTask}.
392                     * @see org.jsampler.CC#addTask
393                   */                   */
394                  public boolean                  public boolean
395                  equals(Object obj) {                  equals(Object obj) {
# Line 964  public class InstrumentsDb { Line 966  public class InstrumentsDb {
966                                    
967                  /**                  /**
968                   * Used to decrease the traffic. All task in the queue                   * Used to decrease the traffic. All task in the queue
969                   * equal to this are removed.                   * equal to this are removed if added using {@link org.jsampler.CC#scheduleTask}.
970                     * @see org.jsampler.CC#addTask
971                   */                   */
972                  public boolean                  public boolean
973                  equals(Object obj) {                  equals(Object obj) {

Legend:
Removed from v.1733  
changed lines
  Added in v.1734

  ViewVC Help
Powered by ViewVC