Remove duplicate @since tags in EmbeddedDatabaseBuilder

This commit is contained in:
Sam Brannen
2014-03-30 16:08:44 +02:00
parent c38600762d
commit b766686c40

View File

@@ -190,7 +190,6 @@ public class EmbeddedDatabaseBuilder {
* @return {@code this}, to facilitate method chaining
* @since 4.0.3
* @see #setBlockCommentEndDelimiter
* @since 4.0.3
*/
public EmbeddedDatabaseBuilder setBlockCommentStartDelimiter(String blockCommentStartDelimiter) {
this.databasePopulator.setBlockCommentStartDelimiter(blockCommentStartDelimiter);
@@ -204,7 +203,6 @@ public class EmbeddedDatabaseBuilder {
* @return {@code this}, to facilitate method chaining
* @since 4.0.3
* @see #setBlockCommentStartDelimiter
* @since 4.0.3
*/
public EmbeddedDatabaseBuilder setBlockCommentEndDelimiter(String blockCommentEndDelimiter) {
this.databasePopulator.setBlockCommentEndDelimiter(blockCommentEndDelimiter);