File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
1616import net .i2p .crypto .eddsa .spec .EdDSANamedCurveSpec ;
1717import net .i2p .crypto .eddsa .spec .EdDSANamedCurveTable ;
Original file line number Diff line number Diff line change 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
1616class DecodedSeed {
1717 public final int prefix ;
Original file line number Diff line number Diff line change 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
1616import net .i2p .crypto .eddsa .EdDSAEngine ;
1717import net .i2p .crypto .eddsa .EdDSAPrivateKey ;
Original file line number Diff line number Diff line change 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' =
Original file line number Diff line number Diff line change 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
1616import io .ResourceUtils ;
1717import org .junit .jupiter .api .Test ;
You can’t perform that action at this time.
0 commit comments