Typo fix
This commit is contained in:
@@ -88,7 +88,7 @@ public class RemoteMethodAnnotationProcessor extends AbstractProcessor {
|
|||||||
orderedElements.sort(Comparator.comparing(Object::toString));
|
orderedElements.sort(Comparator.comparing(Object::toString));
|
||||||
|
|
||||||
//create methods
|
//create methods
|
||||||
for (Element element : elements) {
|
for (Element element : orderedElements) {
|
||||||
Remote annotation = element.getAnnotation(Remote.class);
|
Remote annotation = element.getAnnotation(Remote.class);
|
||||||
|
|
||||||
//check for static
|
//check for static
|
||||||
|
|||||||
Reference in New Issue
Block a user