Skip to content

Commit e911e86

Browse files
authored
Merge pull request hub4j#755 from jglick/javadoc
hub4j#724 broke the site goal from .github/PULL_REQUEST_TEMPLATE.md
2 parents ca640b3 + 9c7479f commit e911e86

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines 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)