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.
2 parents 69cd0ae + 3b72ce3 commit 22a696fCopy full SHA for 22a696f
src/main/java/org/glassfish/expressly/lang/FunctionMapperImpl.java
@@ -144,16 +144,6 @@ public Method getMethod() {
144
return method;
145
}
146
147
- public boolean matches(String prefix, String localName) {
148
- if (prefix != null) {
149
- if ((prefix == null) || !prefix.equals(prefix)) {
150
- return false;
151
- }
152
153
-
154
- return localName.equals(localName);
155
156
157
@Override
158
public boolean equals(Object obj) {
159
if (obj instanceof Function) {
0 commit comments