Xu Mingmin created BEAM-1529:
--------------------------------

             Summary: First sentence should end with a period. [JavadocStyle]
                 Key: BEAM-1529
                 URL: https://issues.apache.org/jira/browse/BEAM-1529
             Project: Beam
          Issue Type: Test
          Components: build-system
            Reporter: Xu Mingmin
            Assignee: Davor Bonaci
            Priority: Minor


See a tricky error with mvn verify in my local IDE:
```
[INFO] Starting audit...
[ERROR] 
/Users/mingmxu/develop/git/beam/sdks/java/io/kafka/src/test/java/org/apache/beam/sdk/io/kafka/KafkaIOTest.java:83:
 First sentence should end with a period. [JavadocStyle]
Audit done.
```

JavaDoc looks as
```
/**
 * Tests of {@link KafkaIO}
 */
```

Build passes after adding the dot
```
/**.
 * Tests of {@link KafkaIO}
 */
```
Maven 3.3.9
Eclipse version: Neon.2 Release (4.6.2)
Java version: 1.8.0_121





--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to