You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2022/09/14 06:52:02 UTC

[GitHub] [iotdb] Beyyes commented on a diff in pull request #7297: [IOTDB-4362] Abstract Session interface

Beyyes commented on code in PR #7297:
URL: https://github.com/apache/iotdb/pull/7297#discussion_r970390751


##########
session/src/main/java/org/apache/iotdb/session/Session.java:
##########
@@ -88,7 +88,7 @@
 import java.util.stream.Collectors;
 
 @SuppressWarnings({"java:S107", "java:S1135"}) // need enough parameters, ignore todos
-public class Session {
+public class Session implements ISession {

Review Comment:
   Methods need to be added `@Overried` annotation.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org