mjsax commented on a change in pull request #8130:
URL: https://github.com/apache/kafka/pull/8130#discussion_r497720554



##########
File path: 
streams/src/main/java/org/apache/kafka/streams/kstream/WindowedSerdes.java
##########
@@ -64,14 +64,6 @@ public SessionWindowedSerde(final Serde<T> inner) {
         return new TimeWindowedSerde<>(Serdes.serdeFrom(type));
     }
 
-    /**
-     * Construct a {@code TimeWindowedSerde} object to deserialize changelog 
topic
-     * for the specified inner class type and window size.
-     */
-    static public <T> Serde<Windowed<T>> timeWindowedSerdeFrom(final Class<T> 
type, final long windowSize) {

Review comment:
       @dongjinleekr Seems you did not revert this change yet.




----------------------------------------------------------------
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.

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


Reply via email to