File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
src/main/java/com/click/example/functions Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 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>
5556 </goals>
5657 </execution>
5758 </executions>
58- </plugin >
59+ </plugin>-->
60+
5961 </plugins >
6062
6163 <pluginManagement >
Original file line number Diff line number Diff line change 11package com .click .example .functions ;
22
3- import afu . org .checkerframework .checker .nullness .qual .Nullable ;
3+ import org .checkerframework .checker .nullness .qual .Nullable ;
44import com .google .auto .value .AutoValue ;
55import org .apache .beam .sdk .io .redis .RedisConnectionConfiguration ;
66import org .apache .beam .sdk .transforms .DoFn ;
Original file line number Diff line number Diff line change 11package com .click .example .functions ;
22
3- import afu . org .checkerframework .checker .nullness .qual .Nullable ;
3+ import org .checkerframework .checker .nullness .qual .Nullable ;
44import com .google .auto .value .AutoValue ;
55import org .apache .beam .sdk .io .redis .RedisConnectionConfiguration ;
66import org .apache .beam .sdk .transforms .DoFn ;
You can’t perform that action at this time.
0 commit comments