Skip to content

Commit

Permalink
Revert last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
blafond committed Jan 26, 2015
1 parent 31ad7e3 commit f333e21
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
import java.util.Map;
import java.util.Properties;
import java.util.Set;

import org.eclipse.core.resources.IFile;
import org.eclipse.core.resources.IProject;
import org.eclipse.core.resources.IResource;
Expand Down Expand Up @@ -62,7 +61,6 @@
import org.teiid.designer.teiidimporter.ui.UiConstants;
import org.teiid.designer.teiidimporter.ui.panels.PropertyItem;
import org.teiid.designer.ui.common.util.WidgetUtil;
import org.teiid.designer.ui.types.DatatypeMapping;
import org.teiid.designer.ui.util.ErrorHandler;
import org.teiid.designer.ui.viewsupport.ModelUtilities;

Expand Down Expand Up @@ -93,7 +91,6 @@ public class TeiidImportManager implements ITeiidImportServer, UiConstants {
private File ddlFile;
private String uniqueImportVdbName;
private boolean redeploy = false;
private DatatypeMapping datatypeOverrides = new DatatypeMapping(true);

/**
* Set the data source name
Expand Down

0 comments on commit f333e21

Please sign in to comment.