You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dataset/GitHub_Java/dropwizard.dropwizard/dropwizard-core/src/main/java/io/dropwizard/server/AbstractServerFactory.java
+1-41
Original file line number
Diff line number
Diff line change
@@ -204,20 +204,6 @@
204
204
* method and request URI.
205
205
* </td>
206
206
* </tr>
207
-
* <tr>
208
-
* <td>{@code dumpAfterStart}</td>
209
-
* <td>true</td>
210
-
* <td>
211
-
* Whether or not to dump jetty diagnostics after start.
212
-
* </td>
213
-
* </tr>
214
-
* <tr>
215
-
* <td>{@code dumpBeforeStop}</td>
216
-
* <td>true</td>
217
-
* <td>
218
-
* Whether or not to dump jetty diagnostics before stop.
219
-
* </td>
220
-
* </tr>
221
207
* </table>
222
208
*
223
209
* @see DefaultServerFactory
@@ -238,7 +224,7 @@ public abstract class AbstractServerFactory implements ServerFactory {
0 commit comments