Skip to content

Commit

Permalink
Change 2 - javadoc updates in 2 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
blafond committed May 22, 2023
1 parent 2bd1e7f commit 91efc63
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@

import static org.hibernate.reactive.containers.DatabaseConfiguration.dbType;

/**
* TODO: SAMPLE CHANGE 2: DELETE ME
*/
public class BatchQueryOnConnectionTest extends BaseReactiveTest {

private static final int BATCH_SIZE = 20;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
import jakarta.persistence.SequenceGenerator;
import jakarta.persistence.Table;
import jakarta.persistence.Version;

/**
* TODO: SAMPLE CHANGE 2: DELETE ME
*/
public class BlockSequenceGeneratorTest extends BaseReactiveTest {

@Override
Expand Down

0 comments on commit 91efc63

Please sign in to comment.