You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuweni.apache.org by to...@apache.org on 2019/08/13 06:00:41 UTC

[incubator-tuweni] branch master updated (f2d6ac3 -> 82240c4)

This is an automated email from the ASF dual-hosted git repository.

toulmean pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git.


    from f2d6ac3  Rename a few config files from legacy name
     new 1fa0a01  Rename config
     new 82240c4  Fix spotless

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 gradle/eclipse-java-tuweni-style.xml                                    | 2 +-
 .../org/apache/tuweni/scuttlebutt/rpc/mux/PatchworkIntegrationTest.java | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@tuweni.apache.org
For additional commands, e-mail: commits-help@tuweni.apache.org


[incubator-tuweni] 01/02: Rename config

Posted by to...@apache.org.
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

commit 1fa0a01df64c854c2674f436881d9283ee10c935
Author: Antoine Toulme <an...@lunar-ocean.com>
AuthorDate: Mon Aug 12 23:02:09 2019 -0700

    Rename config
---
 gradle/eclipse-java-tuweni-style.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle/eclipse-java-tuweni-style.xml b/gradle/eclipse-java-tuweni-style.xml
index b62829c..f9ac21f 100644
--- a/gradle/eclipse-java-tuweni-style.xml
+++ b/gradle/eclipse-java-tuweni-style.xml
@@ -12,7 +12,7 @@
  specific language governing permissions and limitations under the License.
 -->
 <profiles version="13">
-<profile kind="CodeFormatterProfile" name="ConsenSysStyle" version="13"> 
+<profile kind="CodeFormatterProfile" name="TuweniStyle" version="13">
 <setting id="org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags" value="insert"/>
 <setting id="org.eclipse.jdt.core.formatter.disabling_tag" value="@formatter:off"/>
 <setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_annotation" value="insert"/>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@tuweni.apache.org
For additional commands, e-mail: commits-help@tuweni.apache.org


[incubator-tuweni] 02/02: Fix spotless

Posted by to...@apache.org.
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

commit 82240c4f00cac9d4150f3fafcf3573b8bd89742f
Author: Antoine Toulme <an...@lunar-ocean.com>
AuthorDate: Mon Aug 12 23:02:21 2019 -0700

    Fix spotless
---
 .../org/apache/tuweni/scuttlebutt/rpc/mux/PatchworkIntegrationTest.java  | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scuttlebutt-rpc/src/test/java/org/apache/tuweni/scuttlebutt/rpc/mux/PatchworkIntegrationTest.java b/scuttlebutt-rpc/src/test/java/org/apache/tuweni/scuttlebutt/rpc/mux/PatchworkIntegrationTest.java
index 7f2cce1..e9bed6a 100644
--- a/scuttlebutt-rpc/src/test/java/org/apache/tuweni/scuttlebutt/rpc/mux/PatchworkIntegrationTest.java
+++ b/scuttlebutt-rpc/src/test/java/org/apache/tuweni/scuttlebutt/rpc/mux/PatchworkIntegrationTest.java
@@ -11,6 +11,7 @@
  * specific language governing permissions and limitations under the License.
  */
 package org.apache.tuweni.scuttlebutt.rpc.mux;
+
 import static java.nio.charset.StandardCharsets.UTF_8;
 import static org.junit.jupiter.api.Assertions.assertEquals;
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@tuweni.apache.org
For additional commands, e-mail: commits-help@tuweni.apache.org