Skip to content

SnippetGenerator_1.0.0-dev.20210728.1

Pre-release
Pre-release

Choose a tag to compare

@azure-sdk azure-sdk released this 28 Jul 23:38
6fd152e
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