mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-18 23:28:18 +00:00
Code cleanup (#1461)
* Code cleanup * Fix flux tests * Fix checkstyle errors * Fix compile error
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ import org.junit.Test;
|
||||
*/
|
||||
public class SagaOrchestratorInternallyTest {
|
||||
|
||||
private List<String> records = new ArrayList<>();
|
||||
private final List<String> records = new ArrayList<>();
|
||||
|
||||
@Test
|
||||
public void executeTest() {
|
||||
|
||||
Reference in New Issue
Block a user