1 package org.kuali.student.enrollment.class2.courseoffering.refdata;
2
3 /**
4 * Created with IntelliJ IDEA.
5 * User: Daniel
6 * Date: 12/5/12
7 * Time: 10:25 AM
8 * To change this template use File | Settings | File Templates.
9 */
10 public interface CluFixer {
11 public void cleanClus(String filePath) throws Exception;
12 }