Code cleanup (#1461)
* Code cleanup * Fix flux tests * Fix checkstyle errors * Fix compile error
This commit is contained in:
		@@ -36,7 +36,7 @@ import org.junit.jupiter.api.Test;
 | 
			
		||||
 */
 | 
			
		||||
public class AbstractFactoryTest {
 | 
			
		||||
 | 
			
		||||
  private App app = new App();
 | 
			
		||||
  private final App app = new App();
 | 
			
		||||
  private KingdomFactory elfFactory;
 | 
			
		||||
  private KingdomFactory orcFactory;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user