Skip to content

Commit

Permalink
Merge branch 'master' of git@github.com:olas/bioclipse.core
Browse files Browse the repository at this point in the history
  • Loading branch information
jonalv committed Jul 17, 2009
2 parents a9cb9d6 + f0b21a4 commit 695a3ba
Showing 1 changed file with 10 additions and 0 deletions.
Expand Up @@ -684,4 +684,14 @@ public boolean isConflicting( ISchedulingRule rule ) {
return false;
}

public boolean isHidden(int options) {
// TODO Auto-generated method stub
return false;
}

public boolean isTeamPrivateMember(int options) {
// TODO Auto-generated method stub
return false;
}

}

0 comments on commit 695a3ba

Please sign in to comment.