From f4094b94b584bd05bbebf3f9a465b90cd8532707 Mon Sep 17 00:00:00 2001 From: mdonohue Date: Fri, 25 Apr 2008 05:26:59 +0000 Subject: [PATCH] Fix a misleading comment. I spent for too long searching for floatBox.jelly, when it's really floatingBox.jelly git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@8855 71c3de6d-444a-0410-be80-ed276b4c234a --- core/src/main/java/hudson/model/Action.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/hudson/model/Action.java b/core/src/main/java/hudson/model/Action.java index f21414e7eb..e2035afd32 100644 --- a/core/src/main/java/hudson/model/Action.java +++ b/core/src/main/java/hudson/model/Action.java @@ -10,7 +10,7 @@ import java.io.Serializable; * (for example to {@link Project}, {@link Build}, and etc.) * *

- * If an action has a view named floatBox.jelly, + * If an action has a view named floatingBox.jelly, * it will be displayed as a floating box on the top page of * the target {@link ModelObject}. (For example, this is how * the JUnit test result trend shows up in the project top page. -- GitLab