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

tabish pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-protonj2.git


The following commit(s) were added to refs/heads/main by this push:
     new 0f9a418  Remove a couple todo comments that are no longer applicable.
0f9a418 is described below

commit 0f9a4181fb23fe86c2b39dc7c5bf8c24034cc316
Author: Timothy Bish <tabish...@gmail.com>
AuthorDate: Thu Apr 29 17:13:24 2021 -0400

    Remove a couple todo comments that are no longer applicable.
---
 .../java/org/apache/qpid/protonj2/client/impl/WsConnectionTest.java     | 2 --
 .../org/apache/qpid/protonj2/test/driver/codec/primitives/Symbol.java   | 1 -
 2 files changed, 3 deletions(-)

diff --git 
a/protonj2-client/src/test/java/org/apache/qpid/protonj2/client/impl/WsConnectionTest.java
 
b/protonj2-client/src/test/java/org/apache/qpid/protonj2/client/impl/WsConnectionTest.java
index 4665200..fb8b07a 100644
--- 
a/protonj2-client/src/test/java/org/apache/qpid/protonj2/client/impl/WsConnectionTest.java
+++ 
b/protonj2-client/src/test/java/org/apache/qpid/protonj2/client/impl/WsConnectionTest.java
@@ -35,8 +35,6 @@ import org.slf4j.LoggerFactory;
 
 /**
  * Test for the Connection class connecting over WebSockets
- *
- * TODO: Have this just extend the ConnectionTest and make both client and 
server use WS
  */
 @Timeout(20)
 public class WsConnectionTest extends ConnectionTest {
diff --git 
a/protonj2-test-driver/src/main/java/org/apache/qpid/protonj2/test/driver/codec/primitives/Symbol.java
 
b/protonj2-test-driver/src/main/java/org/apache/qpid/protonj2/test/driver/codec/primitives/Symbol.java
index 8072197..51ce44c 100644
--- 
a/protonj2-test-driver/src/main/java/org/apache/qpid/protonj2/test/driver/codec/primitives/Symbol.java
+++ 
b/protonj2-test-driver/src/main/java/org/apache/qpid/protonj2/test/driver/codec/primitives/Symbol.java
@@ -23,7 +23,6 @@ import java.nio.charset.StandardCharsets;
 import java.util.Map;
 import java.util.concurrent.ConcurrentHashMap;
 
-// TODO: Incomplete Symbol class which should be simplified for the Data codec
 public final class Symbol implements Comparable<Symbol> {
 
     private static final Map<ByteBuffer, Symbol> bufferToSymbols = new 
ConcurrentHashMap<>(2048);

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to