Skip to content

Commit fc1d56e

Browse files
committed
Repackage to io.nats.client to match existing package in java client
1 parent f983ea9 commit fc1d56e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/main/java/io/nats/client/impl/Common.java renamed to src/main/java/io/nats/client/Common.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// See the License for the specific language governing permissions and
1212
// limitations under the License.
1313

14-
package io.nats.client.impl;
14+
package io.nats.client;
1515

1616
import net.i2p.crypto.eddsa.spec.EdDSANamedCurveSpec;
1717
import net.i2p.crypto.eddsa.spec.EdDSANamedCurveTable;

src/main/java/io/nats/client/impl/DecodedSeed.java renamed to src/main/java/io/nats/client/DecodedSeed.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// See the License for the specific language governing permissions and
1212
// limitations under the License.
1313

14-
package io.nats.client.impl;
14+
package io.nats.client;
1515

1616
class DecodedSeed {
1717
public final int prefix;

src/main/java/io/nats/client/impl/NKey.java renamed to src/main/java/io/nats/client/NKey.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// See the License for the specific language governing permissions and
1212
// limitations under the License.
1313

14-
package io.nats.client.impl;
14+
package io.nats.client;
1515

1616
import net.i2p.crypto.eddsa.EdDSAEngine;
1717
import net.i2p.crypto.eddsa.EdDSAPrivateKey;

src/main/java/io/nats/client/impl/NKeyType.java renamed to src/main/java/io/nats/client/NKeyType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// See the License for the specific language governing permissions and
1212
// limitations under the License.
1313

14-
package io.nats.client.impl;
14+
package io.nats.client;
1515

1616
/**
1717
* NKeys use a prefix byte to indicate their intended owner: 'N' = server, 'C' =

src/test/java/io/nats/client/impl/NKeyTests.java renamed to src/test/java/io/nats/client/NKeyTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// See the License for the specific language governing permissions and
1212
// limitations under the License.
1313

14-
package io.nats.client.impl;
14+
package io.nats.client;
1515

1616
import io.ResourceUtils;
1717
import org.junit.jupiter.api.Test;

0 commit comments

Comments
 (0)