diff --git a/src/main/groovy/org/codehaus/mojo/spotbugs/SpotBugsPluginsTrait.groovy b/src/main/groovy/org/codehaus/mojo/spotbugs/SpotBugsPluginsTrait.groovy index 69b57e05..d257b492 100644 --- a/src/main/groovy/org/codehaus/mojo/spotbugs/SpotBugsPluginsTrait.groovy +++ b/src/main/groovy/org/codehaus/mojo/spotbugs/SpotBugsPluginsTrait.groovy @@ -40,7 +40,7 @@ trait SpotBugsPluginsTrait { abstract Log getLog() abstract ResourceManager getResourceManager() - // TODO This has been fixed for 2 years now, apply as noted... + // TODO This has been fixed for years now, apply as noted... // properties in traits should be supported but don't compile currently: // https://issues.apache.org/jira/browse/GROOVY-7536 // when fixed, should move pluginList and plugins properties here