提交 74d55f57 编写于 作者: S StevenGBrown

Added @since Javadoc tags to the ConsoleNote.removeNotes methods.

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@34011 71c3de6d-444a-0410-be80-ed276b4c234a
上级 ac64bcb8
......@@ -276,7 +276,9 @@ public abstract class ConsoleNote<T> implements Serializable, Describable<Consol
}
/**
* Removes the embedded console notes in the given log lines
* Removes the embedded console notes in the given log lines.
*
* @since 1.350
*/
public static List<String> removeNotes(Collection<String> logLines) {
List<String> r = new ArrayList<String>(logLines.size());
......@@ -287,6 +289,8 @@ public abstract class ConsoleNote<T> implements Serializable, Describable<Consol
/**
* Removes the embedded console notes in the given log line.
*
* @since 1.350
*/
public static String removeNotes(String line) {
while (true) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册