/[classpath]/classpath/gnu/classpath/jdwp/event/filters/ThreadOnlyFilter.java
ViewVC logotype

Diff of /classpath/gnu/classpath/jdwp/event/filters/ThreadOnlyFilter.java

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

revision 1.1 by keiths, Fri Aug 26 21:52:28 2005 UTC revision 1.2 by keiths, Thu Sep 22 19:13:57 2005 UTC
# Line 66  public class ThreadOnlyFilter Line 66  public class ThreadOnlyFilter
66    public ThreadOnlyFilter (ThreadId tid)    public ThreadOnlyFilter (ThreadId tid)
67      throws InvalidThreadException      throws InvalidThreadException
68    {    {
69      if (tid == null | tid.getReference().get () == null)      if (tid.getReference().get () == null)
70        throw new InvalidThreadException (tid.getId ());        throw new InvalidThreadException (tid.getId ());
71    
72      _tid = tid;      _tid = tid;

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26