Skip to content

Commit

Permalink
fix: add a public class
Browse files Browse the repository at this point in the history
MavenReportException: Error while generating Javadoc:
Exit code: 1 -
javadoc: error - No public or protected classes found to document.
  • Loading branch information
johnnymillergh committed Oct 16, 2020
1 parent 3b203c8 commit c04008e
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
package com.jmframework.boot.mediastreamingspringbootautoconfigure;

/**
* Description: Placeholder, change description here.
*
* @author 钟俊, email: [email protected]
* @date 10/16/2020 5:41 PM
**/
public class Placeholder {
public String description = "Placeholder";
}

0 comments on commit c04008e

Please sign in to comment.