We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01589bf commit 9508708Copy full SHA for 9508708
exist-core/src/main/java/org/exist/xquery/BindingExpression.java
@@ -142,6 +142,7 @@ public void setSequence(final Sequence sequence) {
142
143
@Override
144
public void documentUpdated(final DocumentImpl document, final int event) {
145
+ // no-op
146
}
147
148
@@ -156,6 +157,7 @@ public void unsubscribe() {
156
157
158
159
public void debug() {
160
161
162
163
@@ -191,6 +193,7 @@ public Expression getFirst() {
191
193
192
194
195
public void remove(final Expression oldExpr) throws XPathException {
196
197
198
199
/* END RewritableExpression API */
0 commit comments