Github user hanm commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/184#discussion_r220750938 --- Diff: src/java/test/org/apache/zookeeper/test/QuorumSSLTest.java --- @@ -0,0 +1,743 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * <p/> --- End diff -- shouldn't this be `<p>` (we already have a closing tag `<p/>`)?
---