Skip to content

Commit 16b6db6

Browse files
committed
JavaDocs Update [skip ci]
Signed-off-by: Joshua Gager <jlgager@outlook.com>
1 parent 720933e commit 16b6db6

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Want to contribute? Great!
1616
Any help with development is greatly appreciated. If you want to add something or fix any typos please submit a pull request and if it is helpful it may be merged. Please check out our [Code of Conduct for Contributors](https://github.com/JGCompTech/JavaUltimateTools/blob/master/code-of-conduct.md).
1717

1818
# Download
19-
This project is currently at version 1.0 - **[Download v1.0](https://github.com/JGCompTech/JavaUltimateTools/releases/tag/v1.0)**
19+
This project is currently at version 1.1 - **[Download v1.1](https://github.com/JGCompTech/JavaUltimateTools/releases/tag/v1.1)**
2020

2121
License
2222
----

src/test/java/Main.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import com.jgcomptech.tools.CommandInfo;
21
import com.jgcomptech.tools.OSInfo;
32

43
import java.security.KeyPair;
@@ -17,6 +16,6 @@ private static void Print(KeyPair keyPair) {
1716

1817
public static void main(String[] args) {
1918
Print(OSInfo.Name.StringExpandedFromRegistry());
20-
Print(CommandInfo.Run("ipconfig", "/all").Result.toString());
19+
//Print(CommandInfo.Run("ipconfig", "/all").Result.toString());
2120
}
2221
}

0 commit comments

Comments
 (0)