This is an automated email from the ASF dual-hosted git repository.
toulmean pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git
The following commit(s) were added to refs/heads/master by this push:
new 65b56fe spotless
65b56fe is described below
commit 65b56fe8157d2950909c8e00e506501dae55607f
Author: Antoine Toulme <[email protected]>
AuthorDate: Sat Nov 30 08:50:15 2019 -0800
spotless
---
.../src/main/java/org/apache/tuweni/units/bigints/UInt256Value.java | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git
a/units/src/main/java/org/apache/tuweni/units/bigints/UInt256Value.java
b/units/src/main/java/org/apache/tuweni/units/bigints/UInt256Value.java
index 6f15d15..70d7e47 100644
--- a/units/src/main/java/org/apache/tuweni/units/bigints/UInt256Value.java
+++ b/units/src/main/java/org/apache/tuweni/units/bigints/UInt256Value.java
@@ -59,7 +59,8 @@ public interface UInt256Value<T extends UInt256Value<T>>
extends Comparable<T> {
/**
* Returns a value that is {@code (this + value)}.
*
- * <p>This notation can be used in Kotlin with the {@code +} operator.
+ * <p>
+ * This notation can be used in Kotlin with the {@code +} operator.
*
* @param value The amount to be added to this value.
* @return {@code this + value}
@@ -71,7 +72,8 @@ public interface UInt256Value<T extends UInt256Value<T>>
extends Comparable<T> {
/**
* Returns a value that is {@code (this + value)}.
*
- * <p>This notation can be used in Kotlin with the {@code +} operator.
+ * <p>
+ * This notation can be used in Kotlin with the {@code +} operator.
*
* @param value The amount to be added to this value.
* @return {@code this + value}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]