Skip to content

Commit

Permalink
fix: make placeholder class public (#1085)
Browse files Browse the repository at this point in the history
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.
```
  • Loading branch information
kolea2 committed Dec 2, 2021
1 parent dd24ca0 commit 879377a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -15,7 +15,7 @@
*/
package com.google.cloud.bigtable.stats;

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

0 comments on commit 879377a

Please sign in to comment.