提交 7f521e72 编写于 作者: M Mark Waite

Fix javadoc warnings in method parameters

上级 c66eba2d
......@@ -1725,7 +1725,7 @@ public class Functions {
/**
* Returns human readable information about file size
*
* @param file size in bytes
* @param size file size in bytes
* @return file size in appropriate unit
*/
public static String humanReadableByteSize(long size){
......
......@@ -16,7 +16,7 @@ public abstract class WorkspaceListener implements ExtensionPoint {
/**
* Called before a build uses a workspace. IE, before any SCM checkout.
* @param r
* @param b
* @param workspace
* @param listener
*/
......
......@@ -63,7 +63,7 @@ public abstract class GlobalSettingsProvider extends AbstractDescribableImpl<Glo
/**
* Convenience method handling all <code>null</code> checks. Provides the path on the (possible) remote settings file.
*
* @param settings
* @param provider
* the provider to be used
* @param build
* the active build
......
......@@ -21,7 +21,7 @@ public abstract class WorkspaceLocator implements ExtensionPoint {
* will determine the path to the workspace on that slave.
*
* @param item The toplevel item
* @param slave The slave
* @param node The slave node
* @return The absolute FilePath to the workspace on the slave.
* Will be created if it doesn't exist.
*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册