[Nice-commit] Nice/src/gnu/bytecode Access.java,1.8,1.9
Brought to you by:
bonniot
From: Daniel B. <bo...@us...> - 2004-11-21 16:21:46
|
Update of /cvsroot/nice/Nice/src/gnu/bytecode In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16483/src/gnu/bytecode Modified Files: Access.java Log Message: Cleanup. Index: Access.java =================================================================== RCS file: /cvsroot/nice/Nice/src/gnu/bytecode/Access.java,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Access.java 6 Nov 2004 11:23:08 -0000 1.8 --- Access.java 21 Nov 2004 16:20:31 -0000 1.9 *************** *** 78,82 **** /*** ! * Returns true if classType is legally accessible in the given package. */ public static boolean legal(ClassType classType, String packageName) --- 78,82 ---- /*** ! * Returns true if classType is legally accessible in the given package. */ public static boolean legal(ClassType classType, String packageName) *************** *** 93,97 **** return false; ! return true; } } --- 93,97 ---- return false; ! return true; } } |