Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main/java/org/jenkinsci/plugins/vb6/VB6Builder.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
*
* <p>
* When the user configures the project and enables this builder,
* {@link DescriptorImpl#newInstance(StaplerRequest2)} is invoked
* {@link DescriptorImpl#newInstance(StaplerRequest2,JSONObject)} is invoked
* and a new {@link VB6Builder} is created. The created
* instance is persisted to the project configuration XML by using
* XStream, so this allows you to use instance fields
Expand Down