nacho 00/11/06 07:12:34
Modified: src/share/org/apache/tomcat/util IntrospectionUtils.java
Log:
a wondeful typo
Revision Changes Path
1.2 +1 -1
jakarta-tomcat/src/share/org/apache/tomcat/util/IntrospectionUtils.java
Index: IntrospectionUtils.java
===================================================================
RCS file:
/home/cvs/jakarta-tomcat/src/share/org/apache/tomcat/util/IntrospectionUtils.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- IntrospectionUtils.java 2000/11/02 21:11:58 1.1
+++ IntrospectionUtils.java 2000/11/06 15:12:32 1.2
@@ -83,7 +83,7 @@
// if the method is declared in a top level class
// like BaseInterceptor parent is Object, otherwise
// parent is BaseInterceptor or an intermediate class
- if( ! "java.jang.Object".
+ if( ! "java.lang.Object".
equals(parentOfDeclaring.getName() )) {
return true;
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]