Crystal.Sea 4 лет назад
Родитель
Сommit
c1a67f5377

+ 1 - 1
maxkey-protocols/maxkey-protocol-cas/src/test/java/com/connsec/web/authorize/endpoint/cas/ticket/generator/DefaultUniqueTicketIdGeneratorTest.java → maxkey-protocols/maxkey-protocol-cas/src/test/java/org/maxkey/web/authorize/endpoint/cas/ticket/generator/DefaultUniqueTicketIdGeneratorTest.java

@@ -15,7 +15,7 @@
  */
  
 
-package com.connsec.web.authorize.endpoint.cas.ticket.generator;
+package org.maxkey.web.authorize.endpoint.cas.ticket.generator;
 import org.maxkey.authz.cas.endpoint.ticket.generator.DefaultUniqueTicketIdGenerator;
 
 public class DefaultUniqueTicketIdGeneratorTest {

+ 1 - 1
maxkey-protocols/maxkey-protocol-cas/src/test/java/com/connsec/web/authorize/endpoint/cas/ticket/generator/InetAddressUtilsTest.java → maxkey-protocols/maxkey-protocol-cas/src/test/java/org/maxkey/web/authorize/endpoint/cas/ticket/generator/InetAddressUtilsTest.java

@@ -15,7 +15,7 @@
  */
  
 
-package com.connsec.web.authorize.endpoint.cas.ticket.generator;
+package org.maxkey.web.authorize.endpoint.cas.ticket.generator;
 
 import org.maxkey.authz.cas.endpoint.ticket.generator.InetAddressUtils;
 

+ 1 - 1
maxkey-protocols/maxkey-protocol-cas/src/test/java/com/connsec/web/authorize/endpoint/response/ServiceResponseBuilderTest.java → maxkey-protocols/maxkey-protocol-cas/src/test/java/org/maxkey/web/authorize/endpoint/response/ServiceResponseBuilderTest.java

@@ -15,7 +15,7 @@
  */
  
 
-package com.connsec.web.authorize.endpoint.response;
+package org.maxkey.web.authorize.endpoint.response;
 
 import org.maxkey.authz.cas.endpoint.response.ProxyServiceResponseBuilder;
 import org.maxkey.authz.cas.endpoint.response.ServiceResponseBuilder;