Skip to content

Commit

Permalink
Add deprecation note
Browse files Browse the repository at this point in the history
  • Loading branch information
RoanH committed Mar 18, 2022
1 parent 67e44db commit a0331b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gMark/src/dev/roanh/gmark/query/QuerySet.java
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@ public int getMaxConjuncts(){
return queries.stream().mapToInt(Query::getMaxConjuncts).max().orElse(0);
}

/**
* @deprecated Not yet implemented.
* @return Always 0.
*/
@Deprecated
public double getStarFraction(){
//TODO implement
Expand Down

0 comments on commit a0331b8

Please sign in to comment.