Closed christos-c closed 8 years ago
Previously, the name of the containing class should be in the import statements Now, you can use static classifiers with entire package imports (e.g. import edu.illinois.cs.cogcomp.lbjava.features.*;)
import edu.illinois.cs.cogcomp.lbjava.features.*;
FYI @mssammon @danr-ccg @xinbowu2 @pauljv92
Will merge this if I don't hear any complains by tonight.
Previously, the name of the containing class should be in the import statements Now, you can use static classifiers with entire package imports (e.g.
import edu.illinois.cs.cogcomp.lbjava.features.*;
)FYI @mssammon @danr-ccg @xinbowu2 @pauljv92