File tree Expand file tree Collapse file tree
templates/main/java/org/scijava/ops/matcher Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33 //TODO: rearrange packages to export only needed classes
44 exports org .scijava .ops ; //contains OpDependency interface
5- exports org .scijava .ops .function ; // contains functional inferfaces
65 exports org .scijava .ops .core ; // contains OpCollection, Op interfaces
76 exports org .scijava .ops .core .builder ; // contains OpBuilder classes
87 exports org .scijava .ops .hints ;
Original file line number Diff line number Diff line change 33 * corresponding template in templates/ and rerun bin/generate.groovy.
44 */
55
6- package org .scijava .ops .function ;
6+ package org .scijava .ops .matcher ;
77
88import java .lang .reflect .Type ;
99import java .util .function .BiFunction ;
File renamed without changes.
Original file line number Diff line number Diff line change 33 * corresponding template in templates/ and rerun bin/generate.groovy.
44 */
55
6- package org.scijava.ops.function ;
6+ package org.scijava.ops.matcher ;
77
88import java.lang.reflect.Type;
99import java.util.function.BiFunction;
You can’t perform that action at this time.
0 commit comments