Skip to content

Commit 22a696f

Browse files
authored
Merge pull request #10 from pzygielo/unused
Remove unused method
2 parents 69cd0ae + 3b72ce3 commit 22a696f

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/main/java/org/glassfish/expressly/lang/FunctionMapperImpl.java

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -144,16 +144,6 @@ public Method getMethod() {
144144
return method;
145145
}
146146

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-
157147
@Override
158148
public boolean equals(Object obj) {
159149
if (obj instanceof Function) {

0 commit comments

Comments
 (0)