更新 plusone-commons。

0.4.x
ZhouXY108 2023-02-18 12:07:50 +08:00
parent 2fb291e6b2
commit 8545dd714f
3 changed files with 5 additions and 4 deletions

View File

@ -1,3 +1,4 @@
{
"java.configuration.updateBuildConfiguration": "interactive"
"java.configuration.updateBuildConfiguration": "automatic",
"java.dependency.packagePresentation": "hierarchical"
}

View File

@ -21,7 +21,7 @@
<dependency>
<groupId>xyz.zhouxy.plusone</groupId>
<artifactId>plusone-commons</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>

View File

@ -1,13 +1,13 @@
package xyz.zhouxy.plusone.validator;
import xyz.zhouxy.plusone.exception.PlusoneException;
import xyz.zhouxy.plusone.exception.BaseException;
/**
* 4040200 -
*
* @author <a href="https://gitee.com/zhouxy108">ZhouXY</a>
*/
public class InvalidInputException extends PlusoneException {
public class InvalidInputException extends BaseException {
private static final long serialVersionUID = 7956661913360059670L;