This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit bf2e8b4a82b92825f43a90fe5fd9f4f978cd67d4 Author: Mark Thomas <ma...@apache.org> AuthorDate: Fri Sep 27 16:02:03 2019 +0100 Polish --- java/org/apache/catalina/Service.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/java/org/apache/catalina/Service.java b/java/org/apache/catalina/Service.java index 112df9d..32daaa8 100644 --- a/java/org/apache/catalina/Service.java +++ b/java/org/apache/catalina/Service.java @@ -14,8 +14,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - - package org.apache.catalina; import org.apache.catalina.connector.Connector; @@ -151,5 +149,4 @@ public interface Service extends Lifecycle { * @return the mapper associated with this Service. */ Mapper getMapper(); - } --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org