Skip to content

Commit

Permalink
Merge branch '2.6.x' into 2.7.x
Browse files Browse the repository at this point in the history
Closes gh-31967
  • Loading branch information
philwebb committed Aug 3, 2022
2 parents c652d3d + d540eef commit cfde187
Showing 1 changed file with 2 additions and 1 deletion.
@@ -1,5 +1,5 @@
/*
* Copyright 2012-2020 the original author or authors.
* Copyright 2012-2022 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -48,6 +48,7 @@ public void start() {

@Override
public void stop() {
this.running = false;
this.webServer.stop();
}

Expand Down

0 comments on commit cfde187

Please sign in to comment.