mdahm 2004/01/05 04:08:14
Modified: src/java/org/apache/bcel/util InstructionFinder.java
Log:
static
Revision Changes Path
1.3 +2 -2
jakarta-bcel/src/java/org/apache/bcel/util/InstructionFinder.java
Index: InstructionFinder.java
===================================================================
RCS file:
/home/cvs/jakarta-bcel/src/java/org/apache/bcel/util/InstructionFinder.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- InstructionFinder.java 23 May 2003 07:55:32 -0000 1.2
+++ InstructionFinder.java 5 Jan 2004 12:08:14 -0000 1.3
@@ -306,7 +306,7 @@
* I.e., check constraints that can not expressed with regular expressions.
*
*/
- public interface CodeConstraint {
+ public static interface CodeConstraint {
/**
* @param match array of instructions matching the requested pattern
* @return true if the matched area is really useful
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]