Skip to content

Commit

Permalink
Reverse change to make warning public, since this is no longer needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukedegruchy committed Aug 29, 2024
1 parent 7b02d03 commit a8b4d4b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1562,8 +1562,7 @@ private Expression convertListExpression(Expression expression, Conversion conve
return query;
}

// TODO: should this really be public?
public void reportWarning(String message, Trackable expression) {
private void reportWarning(String message, Trackable expression) {
TrackBack trackback = expression != null
&& expression.getTrackbacks() != null
&& !expression.getTrackbacks().isEmpty()

0 comments on commit a8b4d4b

Please sign in to comment.