Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9c7479f

Browse filesBrowse files
committed
hub4j#724 broke the site goal from .github/PULL_REQUEST_TEMPLATE.md
1 parent 7a65013 commit 9c7479f
Copy full SHA for 9c7479f

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎src/main/java/org/kohsuke/github/AbstractBuilder.java

Copy file name to clipboardExpand all lines: src/main/java/org/kohsuke/github/AbstractBuilder.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@
1111
* This class can be use to make a Builder that supports both batch and single property changes.
1212
* <p>
1313
* Batching looks like this:
14+
* </p>
1415
*
1516
* <pre>
1617
* update().someName(value).otherName(value).done()
1718
* </pre>
18-
* </p>
1919
* <p>
2020
* Single changes look like this:
21+
* </p>
2122
*
2223
* <pre>
2324
* set().someName(value);
2425
* set().otherName(value);
2526
* </pre>
26-
* </p>
2727
* <p>
2828
* If {@link S} is the same as {@link R}, {@link #with(String, Object)} will commit changes after the first value change
2929
* and return a {@link R} from {@link #done()}.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.