diff --git a/core/src/main/java/hudson/model/UserProperty.java b/core/src/main/java/hudson/model/UserProperty.java index ad67a05279e894ac757cc3c58d78e67942cee3bd..3400bb27eea1d43b5ca35921de91283b4c59fa9b 100644 --- a/core/src/main/java/hudson/model/UserProperty.java +++ b/core/src/main/java/hudson/model/UserProperty.java @@ -46,7 +46,7 @@ import org.kohsuke.stapler.export.ExportedBean; * Within this page, the {@link UserProperty} instance is available * as instance variable (while it refers to {@link User}. * See {@link hudson.search.UserSearchProperty}'s config.jelly for an example. - * + *

A property may also define a {@code summary.jelly} view to show in the main user screen. * * @author Kohsuke Kawaguchi */