----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/53577/ -----------------------------------------------------------
Review request for geode, Jinmei Liao and Kevin Duling. Repository: geode Description ------- @return and @param tags must have string value or it's illegal and generates warning. This change deletes an @return javadoc that has no value. Here's the warning that the build reports: :geode-core:javadoc /export/latvia1/users/klund/dev/gemfire/open/geode-core/src/main/java/org/apache/geode/internal/security/IntegratedSecurityService.java:447: warning - @return tag has no arguments. 1 warning Diffs ----- geode-core/src/main/java/org/apache/geode/internal/security/IntegratedSecurityService.java 7a898d13a387a8551ac6f6e5433891f6db3653d2 Diff: https://reviews.apache.org/r/53577/diff/ Testing ------- build javadoc Thanks, Kirk Lund