You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sqoop.apache.org by ka...@apache.org on 2013/04/15 18:14:34 UTC

git commit: SQOOP-966: Sqoop2: Remove placeholder class IgnoredForm

Updated Branches:
  refs/heads/sqoop2 722e6480e -> 288cc731e


SQOOP-966: Sqoop2: Remove placeholder class IgnoredForm

(Jarek Jarcec Cecho via Kate Ting)


Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/288cc731
Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/288cc731
Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/288cc731

Branch: refs/heads/sqoop2
Commit: 288cc731ec720a59b092bd044a7b93081fab8696
Parents: 722e648
Author: Kate Ting <ka...@apache.org>
Authored: Mon Apr 15 12:13:40 2013 -0400
Committer: Kate Ting <ka...@apache.org>
Committed: Mon Apr 15 12:13:40 2013 -0400

----------------------------------------------------------------------
 .../connector/jdbc/configuration/IgnoredForm.java  |   29 ---------------
 1 files changed, 0 insertions(+), 29 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/sqoop/blob/288cc731/connector/connector-generic-jdbc/src/main/java/org/apache/sqoop/connector/jdbc/configuration/IgnoredForm.java
----------------------------------------------------------------------
diff --git a/connector/connector-generic-jdbc/src/main/java/org/apache/sqoop/connector/jdbc/configuration/IgnoredForm.java b/connector/connector-generic-jdbc/src/main/java/org/apache/sqoop/connector/jdbc/configuration/IgnoredForm.java
deleted file mode 100644
index 8c04318..0000000
--- a/connector/connector-generic-jdbc/src/main/java/org/apache/sqoop/connector/jdbc/configuration/IgnoredForm.java
+++ /dev/null
@@ -1,29 +0,0 @@
-/**
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package org.apache.sqoop.connector.jdbc.configuration;
-
-import org.apache.sqoop.model.FormClass;
-import org.apache.sqoop.model.Input;
-
-/**
- *
- */
-@FormClass
-public class IgnoredForm {
-  @Input public String ignored;
-}