Skip to content

Commit 54c2b7d

Browse files
NotMyFaultmtughan
authored andcommitted
Fixup javadoc comments an non-accessible classes
1 parent c7101bb commit 54c2b7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/org/jenkinsci/plugins/scriptler/builder/ScriptlerBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ public DescriptorImpl getDescriptor() {
302302
}
303303

304304
/**
305-
* Automatically registered by {@link XStream2.AssociatedConverterImpl#findConverter(Class)}
305+
* Automatically registered by XStream2.AssociatedConverterImpl#findConverter(Class)
306306
* Process the class regularly but add a check after that
307307
*/
308308
@SuppressWarnings("unused") // discovered dynamically

src/main/java/org/jenkinsci/plugins/scriptler/util/UIHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public class UIHelper {
1616
/**
1717
* Extracts the parameters from the given request
1818
*
19-
* @param req
19+
* @param json
2020
* the request potentially containing parameters
2121
* @return parameters - might be an empty array, but never <code>null</code>.
2222
*/

0 commit comments

Comments
 (0)