Skip to content

Commit 859a804

Browse files
author
Zihlu Wang
authored
Merge pull request #37 from OnixByte/release/1.6.1
Update 1.6.1
2 parents 2b10eed + 5114135 commit 859a804

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

devkit-utils/src/main/java/com/onixbyte/devkit/utils/BranchUtil.java

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
*
6969
* @param <T> the type of the result to be handled by the methods
7070
* @author zihluwang
71-
* @version 1.1.0
71+
* @version 1.6.1
7272
* @see java.util.function.Supplier
7373
* @see java.util.function.BooleanSupplier
7474
* @see java.lang.Runnable
@@ -225,4 +225,13 @@ public void handle(Runnable ifHandler) {
225225
*/
226226
private final boolean result;
227227

228+
/**
229+
* Get the boolean result.
230+
*
231+
* @return the result
232+
*/
233+
public boolean getResult() {
234+
return result;
235+
}
236+
228237
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ springVersion=6.1.3
2626
springBootVersion=3.2.3
2727

2828
buildGroupId=com.onixbyte
29-
buildVersion=1.6.0
29+
buildVersion=1.6.1
3030
projectUrl=https://onixbyte.com/JDevKit
3131
projectGithubUrl=https://github.com/OnixByte/JDevKit
3232
licenseName=The Apache License, Version 2.0

0 commit comments

Comments
 (0)