提交 8b861c5f 编写于 作者: O Oleg Nenashev 提交者: GitHub

Merge pull request #2898 from deadmoose/patch-5

Fix a few javadoc typos
...@@ -40,7 +40,7 @@ import java.io.InputStream; ...@@ -40,7 +40,7 @@ import java.io.InputStream;
public interface ModifiableTopLevelItemGroup extends ModifiableItemGroup<TopLevelItem> { public interface ModifiableTopLevelItemGroup extends ModifiableItemGroup<TopLevelItem> {
/** /**
* Copys a job. * Copies a job.
* *
* @param src * @param src
* A {@link TopLevelItem} to be copied. * A {@link TopLevelItem} to be copied.
...@@ -52,9 +52,9 @@ public interface ModifiableTopLevelItemGroup extends ModifiableItemGroup<TopLeve ...@@ -52,9 +52,9 @@ public interface ModifiableTopLevelItemGroup extends ModifiableItemGroup<TopLeve
<T extends TopLevelItem> T copy(T src, String name) throws IOException; <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 * Creates a new job from its configuration XML. The type of the job created will be determined by
* what's in this XML. * what's in this XML.
*
* @param name * @param name
* Name of the newly created project. * Name of the newly created project.
* @param xml * @param xml
...@@ -66,6 +66,7 @@ public interface ModifiableTopLevelItemGroup extends ModifiableItemGroup<TopLeve ...@@ -66,6 +66,7 @@ public interface ModifiableTopLevelItemGroup extends ModifiableItemGroup<TopLeve
/** /**
* Creates a new job. * Creates a new job.
*
* @param type Descriptor for job type * @param type Descriptor for job type
* @param name Name for job * @param name Name for job
* @param notify Whether to fire onCreated method for all ItemListeners * @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.
先完成此消息的编辑!
想要评论请 注册