Commit 879377a
authored
fix: make placeholder class public (#1085)
Currently javadoc build is failing:
```
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:3.3.1:jar (attach-javadocs) on project google-cloud-bigtable-stats: MavenReportException: Error while generating Javadoc:
[ERROR] Exit code: 1 - javadoc: error - No public or protected classes found to document.
```1 parent dd24ca0 commit 879377a
File tree
1 file changed
+1
-1
lines changed- google-cloud-bigtable-stats/src/main/java/com/google/cloud/bigtable/stats
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments