I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit c0e0994b authored by zzz's avatar zzz
Browse files

deprecate util classes used only by installer

parent 9141aa1d
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@ package net.i2p.util;
/**
* Usage: Copy from to
*
* @deprecated only for use by installer, to be removed from i2p.jar, use FileUtil.copy()
*/
public class Copy {
public static void main(String args[]) {
......
......@@ -3,6 +3,7 @@ package net.i2p.util;
/**
* Usage: Delete name
*
* @deprecated only for use by installer, to be removed from i2p.jar, use FileUtil.rmdir()
*/
public class Delete {
public static void main(String args[]) {
......
......@@ -5,6 +5,7 @@ import java.io.File;
/**
* Usage: Exec dir command [args ...]
*
* @deprecated only for use by installer, to be removed from i2p.jar, use ShellCommand
*/
public class Exec {
public static void main(String args[]) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment