Skip to content

Commit d6a5cb0

Browse files
committed
Updated to 1.4.2 RELEASE
Fixed fatal error with isUserLoggedIn method
1 parent 7042ba3 commit d6a5cb0

File tree

357 files changed

+783
-779
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

357 files changed

+783
-779
lines changed

Diff for: Changelog.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Version 1.4.2 changes (1/23/2018):
2+
* Fixed fatal error with isUserLoggedIn method
3+
14
Version 1.4.1 changes (1/22/2018):
25
* Added UserManagerException
36
* Added PasswordHashingFailedException

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# JavaUltimateTools v1.4.1 [![Build Status](https://travis-ci.org/JGCompTech/JavaUltimateTools.svg?branch=master)](https://travis-ci.org/JGCompTech/JavaUltimateTools) [![Dependency Status](https://www.versioneye.com/user/projects/58e2fbb124ef3e003b526de5/badge.svg?style=flat-square)](https://www.versioneye.com/user/projects/58e2fbb124ef3e003b526de5) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.jgcomptech.tools/java-ultimate-tools/badge.svg?style=flat-square)](https://maven-badges.herokuapp.com/maven-central/com.jgcomptech.tools/java-ultimate-tools/) [![Javadocs](http://www.javadoc.io/badge/com.jgcomptech.tools/java-ultimate-tools.svg?style=flat-square)](http://www.javadoc.io/doc/com.jgcomptech.tools/java-ultimate-tools)
1+
# JavaUltimateTools v1.4.2 [![Build Status](https://travis-ci.org/JGCompTech/JavaUltimateTools.svg?branch=master)](https://travis-ci.org/JGCompTech/JavaUltimateTools) [![Dependency Status](https://www.versioneye.com/user/projects/58e2fbb124ef3e003b526de5/badge.svg?style=flat-square)](https://www.versioneye.com/user/projects/58e2fbb124ef3e003b526de5) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.jgcomptech.tools/java-ultimate-tools/badge.svg?style=flat-square)](https://maven-badges.herokuapp.com/maven-central/com.jgcomptech.tools/java-ultimate-tools/) [![Javadocs](http://www.javadoc.io/badge/com.jgcomptech.tools/java-ultimate-tools.svg?style=flat-square)](http://www.javadoc.io/doc/com.jgcomptech.tools/java-ultimate-tools)
22

33
Java Ultimate Tools is a large repository of scripts for use in any Java program. It contains the following:
44
- OSInfo - Contains many classes that return information about the current Windows installation. This includes Architecture, Edition, Name, Product Key, Service Pack, User Info and Version.
@@ -23,7 +23,7 @@ Want to contribute? Great!
2323
Any help with development is greatly appreciated. If you want to add something or fix any issues 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).
2424

2525
# Download
26-
**[Download v1.4.1](https://github.com/JGCompTech/JavaUltimateTools/releases/tag/v1.4.1)**
26+
**[Download v1.4.2](https://github.com/JGCompTech/JavaUltimateTools/releases/tag/v1.4.2)**
2727

2828
The changelog can be found [here](https://github.com/JGCompTech/JavaUltimateTools/blob/master/Changelog.txt)
2929

@@ -35,7 +35,7 @@ fragments into your pom.xml file. With those settings, your Maven will automatic
3535
<dependency>
3636
<groupId>com.jgcomptech.tools</groupId>
3737
<artifactId>java-ultimate-tools</artifactId>
38-
<version>1.4.1</version>
38+
<version>1.4.2</version>
3939
</dependency>
4040
</dependencies>
4141

Diff for: docs/allclasses-frame.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_121) on Mon Jan 22 17:45:53 EST 2018 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Tue Jan 23 00:35:52 EST 2018 -->
66
<title>All Classes</title>
7-
<meta name="date" content="2018-01-22">
7+
<meta name="date" content="2018-01-23">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>

Diff for: docs/allclasses-noframe.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_121) on Mon Jan 22 17:45:53 EST 2018 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Tue Jan 23 00:35:52 EST 2018 -->
66
<title>All Classes</title>
7-
<meta name="date" content="2018-01-22">
7+
<meta name="date" content="2018-01-23">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>

Diff for: docs/com/jgcomptech/tools/CollectionUtils.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_121) on Mon Jan 22 17:45:50 EST 2018 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Tue Jan 23 00:35:47 EST 2018 -->
66
<title>CollectionUtils</title>
7-
<meta name="date" content="2018-01-22">
7+
<meta name="date" content="2018-01-23">
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../script.js"></script>
1010
</head>

Diff for: docs/com/jgcomptech/tools/CommandInfo.Output.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_121) on Mon Jan 22 17:45:50 EST 2018 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Tue Jan 23 00:35:47 EST 2018 -->
66
<title>CommandInfo.Output</title>
7-
<meta name="date" content="2018-01-22">
7+
<meta name="date" content="2018-01-23">
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../script.js"></script>
1010
</head>

Diff for: docs/com/jgcomptech/tools/CommandInfo.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_121) on Mon Jan 22 17:45:50 EST 2018 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Tue Jan 23 00:35:47 EST 2018 -->
66
<title>CommandInfo</title>
7-
<meta name="date" content="2018-01-22">
7+
<meta name="date" content="2018-01-23">
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../script.js"></script>
1010
</head>

Diff for: docs/com/jgcomptech/tools/ComputerInfo.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_121) on Mon Jan 22 17:45:50 EST 2018 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Tue Jan 23 00:35:47 EST 2018 -->
66
<title>ComputerInfo</title>
7-
<meta name="date" content="2018-01-22">
7+
<meta name="date" content="2018-01-23">
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../script.js"></script>
1010
</head>

Diff for: docs/com/jgcomptech/tools/EmailValidator.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_121) on Mon Jan 22 17:45:50 EST 2018 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Tue Jan 23 00:35:47 EST 2018 -->
66
<title>EmailValidator</title>
7-
<meta name="date" content="2018-01-22">
7+
<meta name="date" content="2018-01-23">
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../script.js"></script>
1010
</head>

Diff for: docs/com/jgcomptech/tools/HWInfo.BIOS.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_121) on Mon Jan 22 17:45:50 EST 2018 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Tue Jan 23 00:35:47 EST 2018 -->
66
<title>HWInfo.BIOS</title>
7-
<meta name="date" content="2018-01-22">
7+
<meta name="date" content="2018-01-23">
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../script.js"></script>
1010
</head>

Diff for: docs/com/jgcomptech/tools/HWInfo.BIOSObject.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_121) on Mon Jan 22 17:45:50 EST 2018 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Tue Jan 23 00:35:47 EST 2018 -->
66
<title>HWInfo.BIOSObject</title>
7-
<meta name="date" content="2018-01-22">
7+
<meta name="date" content="2018-01-23">
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../script.js"></script>
1010
</head>

Diff for: docs/com/jgcomptech/tools/HWInfo.DriveObject.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_121) on Mon Jan 22 17:45:50 EST 2018 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Tue Jan 23 00:35:47 EST 2018 -->
66
<title>HWInfo.DriveObject</title>
7-
<meta name="date" content="2018-01-22">
7+
<meta name="date" content="2018-01-23">
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../script.js"></script>
1010
</head>

Diff for: docs/com/jgcomptech/tools/HWInfo.HWObject.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_121) on Mon Jan 22 17:45:50 EST 2018 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Tue Jan 23 00:35:47 EST 2018 -->
66
<title>HWInfo.HWObject</title>
7-
<meta name="date" content="2018-01-22">
7+
<meta name="date" content="2018-01-23">
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../script.js"></script>
1010
</head>

Diff for: docs/com/jgcomptech/tools/HWInfo.Network.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_121) on Mon Jan 22 17:45:50 EST 2018 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Tue Jan 23 00:35:47 EST 2018 -->
66
<title>HWInfo.Network</title>
7-
<meta name="date" content="2018-01-22">
7+
<meta name="date" content="2018-01-23">
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../script.js"></script>
1010
</head>

Diff for: docs/com/jgcomptech/tools/HWInfo.NetworkObject.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_121) on Mon Jan 22 17:45:50 EST 2018 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Tue Jan 23 00:35:47 EST 2018 -->
66
<title>HWInfo.NetworkObject</title>
7-
<meta name="date" content="2018-01-22">
7+
<meta name="date" content="2018-01-23">
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../script.js"></script>
1010
</head>

Diff for: docs/com/jgcomptech/tools/HWInfo.OEM.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_121) on Mon Jan 22 17:45:50 EST 2018 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Tue Jan 23 00:35:47 EST 2018 -->
66
<title>HWInfo.OEM</title>
7-
<meta name="date" content="2018-01-22">
7+
<meta name="date" content="2018-01-23">
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../script.js"></script>
1010
</head>

Diff for: docs/com/jgcomptech/tools/HWInfo.Processor.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_121) on Mon Jan 22 17:45:50 EST 2018 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Tue Jan 23 00:35:47 EST 2018 -->
66
<title>HWInfo.Processor</title>
7-
<meta name="date" content="2018-01-22">
7+
<meta name="date" content="2018-01-23">
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../script.js"></script>
1010
</head>

Diff for: docs/com/jgcomptech/tools/HWInfo.ProcessorObject.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_121) on Mon Jan 22 17:45:50 EST 2018 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Tue Jan 23 00:35:47 EST 2018 -->
66
<title>HWInfo.ProcessorObject</title>
7-
<meta name="date" content="2018-01-22">
7+
<meta name="date" content="2018-01-23">
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../script.js"></script>
1010
</head>

Diff for: docs/com/jgcomptech/tools/HWInfo.RAM.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_121) on Mon Jan 22 17:45:50 EST 2018 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Tue Jan 23 00:35:47 EST 2018 -->
66
<title>HWInfo.RAM</title>
7-
<meta name="date" content="2018-01-22">
7+
<meta name="date" content="2018-01-23">
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../script.js"></script>
1010
</head>

Diff for: docs/com/jgcomptech/tools/HWInfo.RAMObject.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_121) on Mon Jan 22 17:45:50 EST 2018 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Tue Jan 23 00:35:47 EST 2018 -->
66
<title>HWInfo.RAMObject</title>
7-
<meta name="date" content="2018-01-22">
7+
<meta name="date" content="2018-01-23">
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../script.js"></script>
1010
</head>

Diff for: docs/com/jgcomptech/tools/HWInfo.Storage.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_121) on Mon Jan 22 17:45:50 EST 2018 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Tue Jan 23 00:35:47 EST 2018 -->
66
<title>HWInfo.Storage</title>
7-
<meta name="date" content="2018-01-22">
7+
<meta name="date" content="2018-01-23">
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../script.js"></script>
1010
</head>

Diff for: docs/com/jgcomptech/tools/HWInfo.StorageObject.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_121) on Mon Jan 22 17:45:50 EST 2018 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Tue Jan 23 00:35:47 EST 2018 -->
66
<title>HWInfo.StorageObject</title>
7-
<meta name="date" content="2018-01-22">
7+
<meta name="date" content="2018-01-23">
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../script.js"></script>
1010
</head>

Diff for: docs/com/jgcomptech/tools/HWInfo.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_121) on Mon Jan 22 17:45:50 EST 2018 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Tue Jan 23 00:35:47 EST 2018 -->
66
<title>HWInfo</title>
7-
<meta name="date" content="2018-01-22">
7+
<meta name="date" content="2018-01-23">
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../script.js"></script>
1010
</head>

Diff for: docs/com/jgcomptech/tools/Misc.SecondsConverter.NegativeNumberException.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_121) on Mon Jan 22 17:45:50 EST 2018 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Tue Jan 23 00:35:47 EST 2018 -->
66
<title>Misc.SecondsConverter.NegativeNumberException</title>
7-
<meta name="date" content="2018-01-22">
7+
<meta name="date" content="2018-01-23">
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../script.js"></script>
1010
</head>

Diff for: docs/com/jgcomptech/tools/Misc.SecondsConverter.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_121) on Mon Jan 22 17:45:50 EST 2018 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Tue Jan 23 00:35:47 EST 2018 -->
66
<title>Misc.SecondsConverter</title>
7-
<meta name="date" content="2018-01-22">
7+
<meta name="date" content="2018-01-23">
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../script.js"></script>
1010
</head>

Diff for: docs/com/jgcomptech/tools/Misc.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_121) on Mon Jan 22 17:45:50 EST 2018 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Tue Jan 23 00:35:47 EST 2018 -->
66
<title>Misc</title>
7-
<meta name="date" content="2018-01-22">
7+
<meta name="date" content="2018-01-23">
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../script.js"></script>
1010
</head>

Diff for: docs/com/jgcomptech/tools/NativeMethods.Kernel32.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_121) on Mon Jan 22 17:45:51 EST 2018 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Tue Jan 23 00:35:47 EST 2018 -->
66
<title>NativeMethods.Kernel32</title>
7-
<meta name="date" content="2018-01-22">
7+
<meta name="date" content="2018-01-23">
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../script.js"></script>
1010
</head>

Diff for: docs/com/jgcomptech/tools/NativeMethods.Secur32.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_121) on Mon Jan 22 17:45:51 EST 2018 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Tue Jan 23 00:35:47 EST 2018 -->
66
<title>NativeMethods.Secur32</title>
7-
<meta name="date" content="2018-01-22">
7+
<meta name="date" content="2018-01-23">
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../script.js"></script>
1010
</head>

Diff for: docs/com/jgcomptech/tools/NativeMethods.Shell32.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_121) on Mon Jan 22 17:45:51 EST 2018 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Tue Jan 23 00:35:47 EST 2018 -->
66
<title>NativeMethods.Shell32</title>
7-
<meta name="date" content="2018-01-22">
7+
<meta name="date" content="2018-01-23">
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../script.js"></script>
1010
</head>

Diff for: docs/com/jgcomptech/tools/NativeMethods.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_121) on Mon Jan 22 17:45:51 EST 2018 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Tue Jan 23 00:35:47 EST 2018 -->
66
<title>NativeMethods</title>
7-
<meta name="date" content="2018-01-22">
7+
<meta name="date" content="2018-01-23">
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../script.js"></script>
1010
</head>

Diff for: docs/com/jgcomptech/tools/NumberUtils.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_121) on Mon Jan 22 17:45:51 EST 2018 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Tue Jan 23 00:35:47 EST 2018 -->
66
<title>NumberUtils</title>
7-
<meta name="date" content="2018-01-22">
7+
<meta name="date" content="2018-01-23">
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../script.js"></script>
1010
</head>

Diff for: docs/com/jgcomptech/tools/OSInfo.Architecture.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_121) on Mon Jan 22 17:45:51 EST 2018 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Tue Jan 23 00:35:48 EST 2018 -->
66
<title>OSInfo.Architecture</title>
7-
<meta name="date" content="2018-01-22">
7+
<meta name="date" content="2018-01-23">
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../script.js"></script>
1010
</head>

0 commit comments

Comments
 (0)