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

SQOOP-841: Remove final keyword from manager classes

(Jarcec Cecho via Cheolsoo Park)
This commit is contained in:
Cheolsoo Park 2013-01-30 15:43:43 -08:00
parent eef227a5f9
commit 554e5aeffe
4 changed files with 4 additions and 4 deletions

View File

@ -38,7 +38,7 @@
import org.apache.sqoop.repository.RepositoryTransaction;
import org.apache.sqoop.model.MConnector;
public final class ConnectorManager {
public class ConnectorManager {
/**
* Logger object.

View File

@ -33,7 +33,7 @@
/**
* Configuration manager that loads Sqoop configuration.
*/
public final class SqoopConfiguration {
public class SqoopConfiguration {
/**
* Logger object.

View File

@ -64,7 +64,7 @@
* be the fastest way and we might want to introduce internal structures for
* running jobs in case that this approach will be too slow.
*/
public final class FrameworkManager {
public class FrameworkManager {
/**
* Logger object.

View File

@ -25,7 +25,7 @@
import org.apache.sqoop.core.SqoopConfiguration;
import org.apache.sqoop.utils.ClassUtils;
public final class RepositoryManager {
public class RepositoryManager {
/**
* Logger object.