wu-sheng opened a new pull request #830: Fix javadoc for preparing for our first ASF release. URL: https://github.com/apache/incubator-skywalking/pull/830 Please answer these questions before submitting pull request - Why submit this pull request? - [x] Bug fix ___ ### Bug fix - Bug description. Apache requires the project released with **javadoc**, I am running `mvn clean install -Papache-release ` to test our project, based on this http://www.apache.org/dev/publishing-maven-artifacts.html#test-your-settings But many codes have javadoc issues to make mvn fail. - How to fix? Fix comments, even remove some useless comments. Also @lytscu @ascrutae , please be advised, I have fixed several bugs in your codes in the comment fixing stage. No provided library classes are allowed to `import` in **xxxInstrument** (Plugin define class), which will trigger class loader issue. You must pay attention on this in the future.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
