All pastes #88395 Raw Edit

Mine

public text v1 · immutable
#88395 ·published 2006-07-14 21:28 UTC
rendered paste body
       for(int x=0;x<registry_list.size();x++) {
            for(int y=0;y<formularies_list.size();y++) {
                if(((String)registry_list.get(x)).indexOf((String)formularies_list.get(y)) > 0) {
                    System.out.println(registry_list.get(x));
                }
            }
        }