提交 055e9879 编写于 作者: D Daniel Beck

Further 'since' comments not picked up by tool

上级 d24b1df0
......@@ -115,7 +115,7 @@ public abstract class LineTransformationOutputStream extends OutputStream {
* Convenience subclass for cases where you wish to process lines being sent to an underlying stream.
* {@link #eol} will typically {@link OutputStream#write(byte[], int, int)} to {@link #out}.
* Flushing or closing the decorated stream will behave properly.
* @since FIXME
* @since 2.173
*/
public static abstract class Delegating extends LineTransformationOutputStream {
......
......@@ -159,7 +159,7 @@ public abstract class Slave extends Node implements Serializable {
/**
* Use {@link #Slave(String, String, ComputerLauncher)} and set the rest through setters.
* @deprecated since FIXME
* @deprecated since 2.184
*/
@Deprecated
public Slave(String name, String nodeDescription, String remoteFS, String numExecutors,
......
......@@ -52,7 +52,7 @@ public abstract class AbstractCloudSlave extends Slave {
/**
* Use {@link #AbstractCloudSlave(java.lang.String, java.lang.String, hudson.slaves.ComputerLauncher)}
* @deprecated since FIXME
* @deprecated since 2.184
*/
@Deprecated
public AbstractCloudSlave(String name, String nodeDescription, String remoteFS, String numExecutors,
......@@ -64,7 +64,7 @@ public abstract class AbstractCloudSlave extends Slave {
/**
* Use {@link #AbstractCloudSlave(java.lang.String, java.lang.String, hudson.slaves.ComputerLauncher)}
* @deprecated since FIXME
* @deprecated since 2.184
*/
@Deprecated
public AbstractCloudSlave(String name, String nodeDescription, String remoteFS, int numExecutors,
......
......@@ -243,7 +243,7 @@ public class JNLPLauncher extends ComputerLauncher {
* This flag is checked in {@code config.jelly} before displaying the
* Java Web Start button.
* @return {@code true} if Java Web Start button should be displayed.
* @since FIXME
* @since 2.153
*/
@Restricted(NoExternalUse.class) // Jelly use
public boolean isJavaWebStartSupported() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册