Skip to content

Commit

Permalink
simple twiddles
Browse files Browse the repository at this point in the history
  • Loading branch information
mebigfatguy committed Oct 7, 2014
1 parent e3db2b2 commit b89f2a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ public void sawOpcode(int seen) {
* @param classes the set of classes to look for a common super class or interface
* @return the type that is the common interface or superclass (not Object, tho).
*/
private JavaClass findCommonType(Set<JavaClass> classes) throws ClassNotFoundException {
private static JavaClass findCommonType(Set<JavaClass> classes) throws ClassNotFoundException {
Set<JavaClass> possibleCommonTypes = new HashSet<JavaClass>();

boolean populate = true;
Expand Down

0 comments on commit b89f2a5

Please sign in to comment.