Skip to content

Commit 879377a

Browse files
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

1 file changed

+1
-1
lines changed

google-cloud-bigtable-stats/src/main/java/com/google/cloud/bigtable/stats/MavenPlaceholderShaded.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616
package com.google.cloud.bigtable.stats;
1717

18-
final class MavenPlaceholderShaded {
18+
public final class MavenPlaceholderShaded {
1919
/**
2020
* This class is here to force generation of source javadoc jars so that the maven release process
2121
* doesn't complain. The shading plugin generated a shaded jar of bigtable-stats, but it doesn't

0 commit comments

Comments
 (0)