Let's make sure the overriding subclasses have something to override. Java 6 hid this from me.
This commit is contained in:
@@ -218,6 +218,7 @@ public abstract class BuildVisitor implements ExpressionVisitor
|
|||||||
public abstract void visit (EpochSeconds seconds);
|
public abstract void visit (EpochSeconds seconds);
|
||||||
|
|
||||||
public abstract void visit (FullText.Match match);
|
public abstract void visit (FullText.Match match);
|
||||||
|
public abstract void visit (FullText.Rank rank);
|
||||||
|
|
||||||
public void visit (Case caseExp)
|
public void visit (Case caseExp)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user