mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-23 20:44:39 +08:00
style: enable AvoidStarImport
in checkstyle (#5141)
This commit is contained in:
@ -8,7 +8,8 @@ package com.thealgorithms.stacks;
|
||||
// e.g.'
|
||||
// ((a + b) + (c + d)) -> false
|
||||
// (a + b) + ((c + d)) -> true
|
||||
import java.util.*;
|
||||
import java.util.Scanner;
|
||||
import java.util.Stack;
|
||||
|
||||
public class DuplicateBrackets {
|
||||
|
||||
|
Reference in New Issue
Block a user