Skip to content

Commit 35dda2a

Browse files
committed
Refactored the code
1 parent e6dad28 commit 35dda2a

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,9 @@
4242
<target>11</target>
4343
</configuration>
4444
</plugin>
45+
4546
<!-- The Sonarqube must be started. Default host is localhost:9000 -->
46-
<plugin>
47+
<!--<plugin>
4748
<groupId>org.sonarsource.scanner.maven</groupId>
4849
<artifactId>sonar-maven-plugin</artifactId>
4950
<version>3.6.0.1398</version>
@@ -55,7 +56,8 @@
5556
</goals>
5657
</execution>
5758
</executions>
58-
</plugin>
59+
</plugin>-->
60+
5961
</plugins>
6062

6163
<pluginManagement>

src/main/java/com/click/example/functions/FlushingMemorystore.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package com.click.example.functions;
22

3-
import afu.org.checkerframework.checker.nullness.qual.Nullable;
3+
import org.checkerframework.checker.nullness.qual.Nullable;
44
import com.google.auto.value.AutoValue;
55
import org.apache.beam.sdk.io.redis.RedisConnectionConfiguration;
66
import org.apache.beam.sdk.transforms.DoFn;

src/main/java/com/click/example/functions/RedisHashIO.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package com.click.example.functions;
22

3-
import afu.org.checkerframework.checker.nullness.qual.Nullable;
3+
import org.checkerframework.checker.nullness.qual.Nullable;
44
import com.google.auto.value.AutoValue;
55
import org.apache.beam.sdk.io.redis.RedisConnectionConfiguration;
66
import org.apache.beam.sdk.transforms.DoFn;

0 commit comments

Comments
 (0)