Remove <at>Internal annotation (#1637)

Fixes gh-1636
This commit is contained in:
Shannon Pamperl
2021-04-13 01:53:44 -05:00
committed by GitHub
parent cdc0d5be71
commit 789b34cdb7

View File

@@ -355,7 +355,6 @@ class ContractsCopyTask extends DefaultTask {
return stringNotation;
}
@Internal
StubConfiguration toStubConfiguration() {
String stringNotation = this.stringNotation.getOrNull();
if (StringUtils.hasText(stringNotation)) {