This is an automated email from the ASF dual-hosted git repository. matthieu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit 3890bfead70ac583f2d04770a2c369f06aa84980 Author: Matthieu Baechler <matth...@apache.org> AuthorDate: Fri Nov 8 18:48:24 2019 +0100 [Refactoring] delete some pointless comments --- .../james/mailrepository/jdbc/JDBCMailRepository.java | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/server/data/data-jdbc/src/main/java/org/apache/james/mailrepository/jdbc/JDBCMailRepository.java b/server/data/data-jdbc/src/main/java/org/apache/james/mailrepository/jdbc/JDBCMailRepository.java index 9c6e978..9dff687 100644 --- a/server/data/data-jdbc/src/main/java/org/apache/james/mailrepository/jdbc/JDBCMailRepository.java +++ b/server/data/data-jdbc/src/main/java/org/apache/james/mailrepository/jdbc/JDBCMailRepository.java @@ -100,16 +100,10 @@ import com.google.common.collect.ImmutableList; * <p> * Requires a logger called MailRepository. * </p> - * - * @version CVS $Revision$ $Date: 2010-12-29 21:47:46 +0100 (Wed, 29 - * Dec 2010) $ */ public class JDBCMailRepository implements MailRepository, Configurable, Initializable { private static final Logger LOGGER = LoggerFactory.getLogger(JDBCMailRepository.class); - /** - * Whether 'deep debugging' is turned on. - */ private static final boolean DEEP_DEBUG = false; /** @@ -141,25 +135,13 @@ public class JDBCMailRepository implements MailRepository, Configurable, Initial */ private FilePersistentStreamRepository sr = null; - /** - * The JDBC datasource that provides the JDBC connection - */ private DataSource datasource; - /** - * The name of the datasource used by this repository - */ private String datasourceName; - /** - * Contains all of the sql strings for this component. - */ @VisibleForTesting SqlResources sqlQueries; - /** - * The JDBCUtil helper class - */ private JDBCUtil theJDBCUtil; /** --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org