Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,9 @@ jobs:
<<: *anchor_docker
steps:
- checkout
- run:
name: print maven version
command: mvn --version
- run:
<<: *anchor_build
- run:
Expand Down
12 changes: 0 additions & 12 deletions google-cloud-clients/google-cloud-bigtable/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,18 +97,6 @@
<scope>test</scope>
</dependency>
</dependencies>
<profiles>
<profile>
<id>doclint-java8-disable</id>
<activation>
<jdk>[1.8,)</jdk>
</activation>
<properties>
<!-- add this to disable checking -->
<javadoc.opts>-Xdoclint:none</javadoc.opts>
</properties>
</profile>
</profiles>
<build>
<plugins>
<plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ public Table createTable(CreateTable createTable) {
* }</pre>
*
* @param createTable
* @return the newly created table
* @return ApiFuture<Table> the newly created table
* @see CreateTable for createTable configurations
*/
public ApiFuture<Table> createTableAsync(CreateTable createTable) {
Expand Down