Skip to content

Commit ba07fdb

Browse files
committed
Fix comment
1 parent 19268f0 commit ba07fdb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/java/com/thealgorithms/stacks/PrefixToInfix.java

-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
*
1111
* Avoid using parentheses/brackets/braces for the prefix string.
1212
* Prefix Expressions don't require these.
13-
*
14-
* @author OpenAI
15-
*
1613
*/
1714

1815
public final class PrefixToInfix {

0 commit comments

Comments
 (0)