Remove @author javadoc tag

This commit is contained in:
Marko Zivanovic
2015-03-10 21:33:23 +01:00
parent 667be6227a
commit 00e3b25725
9 changed files with 7 additions and 26 deletions
@@ -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 {