mirror of
https://github.com/apache/sqoop.git
synced 2025-05-10 20:39:43 +08:00
SQOOP-841: Remove final keyword from manager classes
(Jarcec Cecho via Cheolsoo Park)
This commit is contained in:
parent
eef227a5f9
commit
554e5aeffe
@ -38,7 +38,7 @@
|
|||||||
import org.apache.sqoop.repository.RepositoryTransaction;
|
import org.apache.sqoop.repository.RepositoryTransaction;
|
||||||
import org.apache.sqoop.model.MConnector;
|
import org.apache.sqoop.model.MConnector;
|
||||||
|
|
||||||
public final class ConnectorManager {
|
public class ConnectorManager {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Logger object.
|
* Logger object.
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
/**
|
/**
|
||||||
* Configuration manager that loads Sqoop configuration.
|
* Configuration manager that loads Sqoop configuration.
|
||||||
*/
|
*/
|
||||||
public final class SqoopConfiguration {
|
public class SqoopConfiguration {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Logger object.
|
* Logger object.
|
||||||
|
@ -64,7 +64,7 @@
|
|||||||
* be the fastest way and we might want to introduce internal structures for
|
* be the fastest way and we might want to introduce internal structures for
|
||||||
* running jobs in case that this approach will be too slow.
|
* running jobs in case that this approach will be too slow.
|
||||||
*/
|
*/
|
||||||
public final class FrameworkManager {
|
public class FrameworkManager {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Logger object.
|
* Logger object.
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
import org.apache.sqoop.core.SqoopConfiguration;
|
import org.apache.sqoop.core.SqoopConfiguration;
|
||||||
import org.apache.sqoop.utils.ClassUtils;
|
import org.apache.sqoop.utils.ClassUtils;
|
||||||
|
|
||||||
public final class RepositoryManager {
|
public class RepositoryManager {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Logger object.
|
* Logger object.
|
||||||
|
Loading…
Reference in New Issue
Block a user