Skip to content

Commit 9508708

Browse files
committed
[refactor] Address Codacy static code analysis
1 parent 01589bf commit 9508708

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

exist-core/src/main/java/org/exist/xquery/BindingExpression.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ public void setSequence(final Sequence sequence) {
142142

143143
@Override
144144
public void documentUpdated(final DocumentImpl document, final int event) {
145+
// no-op
145146
}
146147

147148
@Override
@@ -156,6 +157,7 @@ public void unsubscribe() {
156157

157158
@Override
158159
public void debug() {
160+
// no-op
159161
}
160162
}
161163

@@ -191,6 +193,7 @@ public Expression getFirst() {
191193

192194
@Override
193195
public void remove(final Expression oldExpr) throws XPathException {
196+
// no-op
194197
}
195198

196199
/* END RewritableExpression API */

0 commit comments

Comments
 (0)