Skip to content

Commit 1f95d3b

Browse files
author
OpenClaw Bot
committed
fix: remove malformed @author javadoc in AnyBaseToAnyBase (issue #7393)
1 parent d44b608 commit 1f95d3b

1 file changed

Lines changed: 1 addition & 1 deletion

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

0 commit comments

Comments
 (0)