Merge pull request #29774 from akka/jrudolph-patch-1
cleanup test comment
This commit is contained in:
commit
6c197346c9
1 changed files with 1 additions and 2 deletions
|
|
@ -52,8 +52,7 @@ class PeerSubjectVerifierSpec extends AnyWordSpec with Matchers {
|
|||
override def removeValue(name: String): Unit = throw new UnsupportedOperationException()
|
||||
override def getValueNames: Array[String] = throw new UnsupportedOperationException()
|
||||
override def getLocalCertificates: Array[Certificate] = throw new UnsupportedOperationException()
|
||||
override def getPeerCertificateChain /*: Array[javax.security.cert.X509Certificate]*/ =
|
||||
throw new UnsupportedOperationException()
|
||||
override def getPeerCertificateChain = throw new UnsupportedOperationException()
|
||||
override def getPeerPrincipal: Principal = throw new UnsupportedOperationException()
|
||||
override def getLocalPrincipal: Principal = throw new UnsupportedOperationException()
|
||||
override def getCipherSuite: String = throw new UnsupportedOperationException()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue