Azure.ClientSdk.Analyzers_0.1.1-dev.20210728.1
Pre-release
Pre-release
Fix two Java APIView issues (#1856)
* Fix two Java APIView issues:
1) duplicate maven output
2) inclusion of comments into the APIView when the comment was in a certain format, notably:
```
@Override
//TODO: enable create KeyVaultTrustManager with ManagerFactoryParameters
protected void engineInit(ManagerFactoryParameters spec) {
LOGGER.entering("KeyVaultKeyManagerFactory", "engineInit", spec);
trustManagers.add(new KeyVaultTrustManager());
}
```
* Update version