Remove @author javadoc tag
This commit is contained in:
+1
-3
@@ -30,9 +30,7 @@ import java.nio.charset.StandardCharsets;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* Implementation of the obfuscate command.
|
||||
*
|
||||
* @author Marko Zivanovic <marko@zivanovic.in.rs>
|
||||
* Implementation of the de-obfuscate command.
|
||||
*/
|
||||
@Parameters(commandDescription = "De-obfuscate sensitive data")
|
||||
public class DeObfuscateCommand implements Runnable {
|
||||
|
||||
@@ -24,15 +24,12 @@
|
||||
package rs.in.zivanovic.obfuscator;
|
||||
|
||||
import com.beust.jcommander.JCommander;
|
||||
import com.beust.jcommander.ParameterException;
|
||||
import java.util.HashMap;
|
||||
import java.util.Map;
|
||||
import java.util.Map.Entry;
|
||||
|
||||
/**
|
||||
* Main entry point.
|
||||
*
|
||||
* @author Marko Zivanovic <marko@zivanovic.in.rs>
|
||||
*/
|
||||
public class Main {
|
||||
|
||||
|
||||
@@ -31,8 +31,6 @@ import java.util.List;
|
||||
|
||||
/**
|
||||
* Implementation of the obfuscate command.
|
||||
*
|
||||
* @author Marko Zivanovic <marko@zivanovic.in.rs>
|
||||
*/
|
||||
@Parameters(commandDescription = "Obfuscate sensitive data")
|
||||
public class ObfuscateCommand implements Runnable {
|
||||
|
||||
Reference in New Issue
Block a user