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 f131a0c

Browse filesBrowse files
committed
Formatting fixes
1 parent cd4368f commit f131a0c
Copy full SHA for f131a0c

File tree

Expand file treeCollapse file tree

2 files changed

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

2 files changed

+15
-15
lines changed

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

Copy file name to clipboardExpand all lines: src/main/java/org/kohsuke/github/GHRepository.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1293,7 +1293,7 @@ public void archive() throws IOException {
12931293

12941294
/**
12951295
* Creates a builder that can be used to bulk update repository settings.
1296-
*
1296+
*
12971297
* @return the repository updater
12981298
*/
12991299
public Updater updateRepository() {

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

Copy file name to clipboardExpand all lines: src/main/java/org/kohsuke/github/GHRepositoryBuilder.java
+14-14Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ protected GHRepositoryBuilder(Class<S> intermediateReturnType, GitHub root, GHRe
1414
*
1515
* @param enabled
1616
* true if enabled
17-
*
17+
*
1818
* @return a builder to continue with building
19-
*
19+
*
2020
* @throws IOException
2121
* In case of any networking error or error from the server.
2222
*/
@@ -29,9 +29,9 @@ public S allowSquashMerge(boolean enabled) throws IOException {
2929
*
3030
* @param enabled
3131
* true if enabled
32-
*
32+
*
3333
* @return a builder to continue with building
34-
*
34+
*
3535
* @throws IOException
3636
* In case of any networking error or error from the server.
3737
*/
@@ -44,7 +44,7 @@ public S allowMergeCommit(boolean enabled) throws IOException {
4444
*
4545
* @param enabled
4646
* true if enabled
47-
*
47+
*
4848
* @return a builder to continue with building
4949
*
5050
* @throws IOException
@@ -59,7 +59,7 @@ public S allowRebaseMerge(boolean enabled) throws IOException {
5959
*
6060
* @param enabled
6161
* true if enabled
62-
*
62+
*
6363
* @return a builder to continue with building
6464
*
6565
* @throws IOException
@@ -74,7 +74,7 @@ public S deleteBranchOnMerge(boolean enabled) throws IOException {
7474
*
7575
* @param branch
7676
* branch name
77-
*
77+
*
7878
* @return a builder to continue with building
7979
*
8080
* @throws IOException
@@ -89,7 +89,7 @@ public S defaultBranch(String branch) throws IOException {
8989
*
9090
* @param description
9191
* description of repository
92-
*
92+
*
9393
* @return a builder to continue with building
9494
*
9595
* @throws IOException
@@ -104,7 +104,7 @@ public S description(String description) throws IOException {
104104
*
105105
* @param homepage
106106
* homepage of repository
107-
*
107+
*
108108
* @return a builder to continue with building
109109
*
110110
* @throws IOException
@@ -119,7 +119,7 @@ public S homepage(URL homepage) throws IOException {
119119
*
120120
* @param homepage
121121
* homepage of repository
122-
*
122+
*
123123
* @return a builder to continue with building
124124
*
125125
* @throws IOException
@@ -134,7 +134,7 @@ public S homepage(String homepage) throws IOException {
134134
*
135135
* @param enabled
136136
* private if true
137-
*
137+
*
138138
* @return a builder to continue with building
139139
*
140140
* @throws IOException
@@ -149,7 +149,7 @@ public S private_(boolean enabled) throws IOException {
149149
*
150150
* @param enabled
151151
* true if enabled
152-
*
152+
*
153153
* @return a builder to continue with building
154154
*
155155
* @throws IOException
@@ -164,7 +164,7 @@ public S issues(boolean enabled) throws IOException {
164164
*
165165
* @param enabled
166166
* true if enabled
167-
*
167+
*
168168
* @return a builder to continue with building
169169
*
170170
* @throws IOException
@@ -192,7 +192,7 @@ public S wiki(boolean enabled) throws IOException {
192192
*
193193
* @param enabled
194194
* true if enabled
195-
*
195+
*
196196
* @return a builder to continue with building
197197
*
198198
* @throws IOException

0 commit comments

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