Skip to content

Commit

Permalink
[BEAM-244] Javadoc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jbonofre committed Sep 25, 2016
1 parent cdd4f1a commit d79d21d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
import org.slf4j.LoggerFactory;

/**
* IO to read and write data on JDBC.
* <p>
* <p>IO to read and write data on JDBC.</p>
*
* <h3>Reading from JDBC datasource</h3>
* <p>
* JdbcIO source returns a bounded collection of {@codeT} as a
* JdbcIO source returns a bounded collection of {@code T} as a
* {@code PCollection<T>}. T is the type returned by the provided {@link RowMapper}.
* </p>
* <p>
Expand Down

0 comments on commit d79d21d

Please sign in to comment.