5
0
mirror of https://github.com/apache/sqoop.git synced 2025-05-08 02:50:38 +08:00

SQOOP-1874: Sqoop2: ConfigurableError should be in the configurable package

(Veena Basavaraj via Abraham Elmahrek)
This commit is contained in:
Abraham Elmahrek 2014-12-10 16:56:06 -06:00
parent 486af80f45
commit 015bb94d4e
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.apache.sqoop.connector;
package org.apache.sqoop.configurable;
import org.apache.sqoop.common.ErrorCode;

View File

@ -19,7 +19,7 @@
package org.apache.sqoop.connector.spi;
import org.apache.sqoop.common.SqoopException;
import org.apache.sqoop.connector.ConfigurableError;
import org.apache.sqoop.configurable.ConfigurableError;
import org.apache.sqoop.model.MFromConfig;
import org.apache.sqoop.model.MLinkConfig;
import org.apache.sqoop.model.MToConfig;