This is an automated email from the ASF dual-hosted git repository.
pierresmits 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 0ed23d9 TUWENI-23 change mechanisms for protocols
new 4c7c2f3 Merge pull request #21 from PierreSmits/master
0ed23d9 is described below
commit 0ed23d93f501568163a8a02684e7b9a7b7d4a624
Author: Pierre Smits <[email protected]>
AuthorDate: Wed Jun 12 14:45:11 2019 +0200
TUWENI-23 change mechanisms for protocols
---
hobbits/src/main/kotlin/org/apache/tuweni/hobbits/HobbitsTransport.kt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/hobbits/src/main/kotlin/org/apache/tuweni/hobbits/HobbitsTransport.kt
b/hobbits/src/main/kotlin/org/apache/tuweni/hobbits/HobbitsTransport.kt
index 8eade36..98e0f6a 100644
--- a/hobbits/src/main/kotlin/org/apache/tuweni/hobbits/HobbitsTransport.kt
+++ b/hobbits/src/main/kotlin/org/apache/tuweni/hobbits/HobbitsTransport.kt
@@ -40,7 +40,7 @@ import kotlin.coroutines.CoroutineContext
* Hobbits is a peer-to-peer transport stack specified at
https://www.github.com/deltap2p/hobbits.
*
* This class works as a transport mechanism that can leverage a variety of
network transport
- * mechanisms, such as TCP, HTTP, UDP and Web sockets.
+ * protocols, such as TCP, HTTP, UDP and Web sockets.
*
* It can be used to contact other Hobbits endpoints, or to expose endpoints
to the network.
*
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]