Skip to content

Commit 2b85274

Browse files
Return unchecked exceptions in case of error
In the case of an error, instead of just returning an empty result, we return a WMIException.
1 parent d972705 commit 2b85274

4 files changed

Lines changed: 360 additions & 326 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.profesorfalken</groupId>
55
<artifactId>WMI4Java</artifactId>
6-
<version>1.5.1</version>
6+
<version>1.6-SNAPSHOT</version>
77
<packaging>jar</packaging>
88

99

0 commit comments

Comments
 (0)