Polish attribute alias examples in "what's new"

master
Sam Brannen 9 years ago
parent 110ccaa721
commit 595f9bfc41
  1. 2
      src/asciidoc/whats-new.adoc

@ -450,7 +450,7 @@ public @interface ContextConfiguration {
@ContextConfiguration
public @interface MyTestConfig {
@AliasFor(annotation = ContextConfiguration.class, attribute = "locations")
@AliasFor(annotation = ContextConfiguration.class, attribute = "value")
String[] xmlFiles();
// ...

Loading…
Cancel
Save