5
0
mirror of https://github.com/apache/sqoop.git synced 2025-05-08 07:41:21 +08:00

SQOOP-2718: Sqoop2: Remove extra entry from IncrementalType enum

(Abraham Fine via Jarek Jarcec Cecho)
This commit is contained in:
Jarek Jarcec Cecho 2015-12-02 13:16:13 -08:00
parent 408e3d5663
commit e9df0207e8

View File

@ -19,5 +19,5 @@
public enum IncrementalType {
NONE,
NEW_FILES, IncrementalType,
NEW_FILES
}