提交 ad908776 编写于 作者: D David Hoover 提交者: GitHub

Fix a few javadoc typos

上级 df21a13c
......@@ -40,7 +40,7 @@ import java.io.InputStream;
public interface ModifiableTopLevelItemGroup extends ModifiableItemGroup<TopLevelItem> {
/**
* Copys a job.
* Copies a job.
*
* @param src
* A {@link TopLevelItem} to be copied.
......@@ -52,9 +52,9 @@ public interface ModifiableTopLevelItemGroup extends ModifiableItemGroup<TopLeve
<T extends TopLevelItem> T copy(T src, String name) throws IOException;
/**
* /**
* Creates a new job from its configuration XML. The type of the job created will be determined by
* what's in this XML.
*
* @param name
* Name of the newly created project.
* @param xml
......@@ -66,6 +66,7 @@ public interface ModifiableTopLevelItemGroup extends ModifiableItemGroup<TopLeve
/**
* Creates a new job.
*
* @param type Descriptor for job type
* @param name Name for job
* @param notify Whether to fire onCreated method for all ItemListeners
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册