Fixed some typos and links for javadoc, and some refactoring (#4755)

This commit is contained in:
Ayoub Chegraoui
2023-10-15 15:02:24 +01:00
committed by GitHub
parent 48ae88f09d
commit 8002137b76
5 changed files with 10 additions and 12 deletions

View File

@ -1,7 +1,7 @@
package com.thealgorithms.conversions;
/**
* @author Varun Upadhyay (https://github.com/varunu28)
* @author Varun Upadhyay (<a href="https://github.com/varunu28">...</a>)
*/
// Driver program
public class AnyBaseToDecimal {