Skip to content

Commit d76a719

Browse files
author
OpenClaw Bot
committed
fix: remove malformed javadoc to fix Werror build failure (#7393)
1 parent 55c90a5 commit d76a719

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/com/thealgorithms/conversions/AnyBaseToAnyBase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* <p>
44
* Time Complexity: O(n) [or appropriate complexity]
55
* Space Complexity: O(n)
6-
* * @author Reshma Kakkirala
6+
* @author Reshma Kakkirala
77
*/
88
package com.thealgorithms.conversions;
99

src/main/java/com/thealgorithms/strings/ReverseString.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public static String reverse3(String string) {
6262
/**
6363
* Reverses the given string using a stack.
6464
* This method uses a stack to reverse the characters of the string.
65-
* * @param str The input string to be reversed.
65+
* @param str The input string to be reversed.
6666
* @return The reversed string.
6767
*/
6868
public static String reverseStringUsingStack(String str) {

0 commit comments

Comments
 (0)