You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2019/06/12 14:27:27 UTC

[sling-whiteboard] 04/11: Whitespace fix

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

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git

commit 7d419a5017db70046f3c3f5fd27679b2df3d4bf8
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Fri Jun 7 11:47:57 2019 +0200

    Whitespace fix
---
 .../src/test/java/org/apache/sling/uca/impl/AgentIT.java                 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/url-connection-agent/src/test/java/org/apache/sling/uca/impl/AgentIT.java b/url-connection-agent/src/test/java/org/apache/sling/uca/impl/AgentIT.java
index 97f0c4c..a14c700 100644
--- a/url-connection-agent/src/test/java/org/apache/sling/uca/impl/AgentIT.java
+++ b/url-connection-agent/src/test/java/org/apache/sling/uca/impl/AgentIT.java
@@ -114,7 +114,6 @@ public class AgentIT {
         assertEquals(SocketTimeoutException.class.getName(), error.className);
         assertEquals("Read timed out", error.message);
     }
-    
 
     private RecordedThrowable runTest(String urlSpec, ClientType clientType) throws IOException, InterruptedException {