Skip to content
Snippets Groups Projects
Commit 96450c4b authored by Sören Henning's avatar Sören Henning
Browse files

Fix open code quality issues

parent 53978c3a
No related branches found
No related tags found
No related merge requests found
Pipeline #1037 passed
......@@ -32,7 +32,7 @@ cleanup.qualify_static_member_accesses_with_declaring_class=true
cleanup.qualify_static_method_accesses_with_declaring_class=false
cleanup.remove_private_constructors=true
cleanup.remove_redundant_modifiers=false
cleanup.remove_redundant_semicolons=false
cleanup.remove_redundant_semicolons=true
cleanup.remove_redundant_type_arguments=true
cleanup.remove_trailing_whitespaces=true
cleanup.remove_trailing_whitespaces_all=true
......
......@@ -17,8 +17,6 @@ import org.apache.kafka.streams.kstream.Suppressed.BufferConfig;
import org.apache.kafka.streams.kstream.TimeWindows;
import org.apache.kafka.streams.kstream.Windowed;
import org.apache.kafka.streams.kstream.WindowedSerdes;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import titan.ccp.common.kafka.avro.SchemaRegistryAvroSerdeFactory;
import titan.ccp.configuration.events.Event;
import titan.ccp.configuration.events.EventSerde;
......@@ -38,7 +36,7 @@ public class TopologyBuilder {
private final Duration emitPeriod;
private final Duration gracePeriod;
// SERDEs
// Serdes
private final SchemaRegistryAvroSerdeFactory srAvroSerdeFactory;
private final StreamsBuilder builder = new StreamsBuilder();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment