garydgregory commented on code in PR #221:
URL: https://github.com/apache/commons-bcel/pull/221#discussion_r1327778949
##########
src/main/java/org/apache/bcel/generic/Type.java:
##########
@@ -180,7 +181,7 @@ public static String getSignature(final
java.lang.reflect.Method meth) {
public static Type getType(final Class<?> cls) {
Objects.requireNonNull(cls, "cls");
/*
- * That's an amzingly easy case, because getName() returns the
signature. That's what we would have liked anyway.
+ * That's an amazingly easy case, because getName() returns the
signature. That's what we would have liked anyway.
Review Comment:
Good one! :-)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]