Skip to content

Commit

Permalink
Merge branch '2.7.x'
Browse files Browse the repository at this point in the history
Closes gh-31968
  • Loading branch information
philwebb committed Aug 3, 2022
2 parents 2dae04b + cfde187 commit db21baf
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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 db21baf

Please sign in to comment.