Skip to content

Commit

Permalink
Move NoStackTraceException to impl package
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Jun 19, 2024
1 parent d11921d commit baea39e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
*/

package io.vertx.core.internal;
package io.vertx.core.impl;

import io.vertx.core.VertxException;

Expand Down
2 changes: 1 addition & 1 deletion src/test/java/io/vertx/core/ExecuteBlockingTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

package io.vertx.core;

import io.vertx.core.internal.NoStackTraceException;
import io.vertx.core.impl.NoStackTraceException;
import io.vertx.test.core.VertxTestBase;
import org.junit.Test;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
package io.vertx.core.shareddata;

import io.vertx.core.*;
import io.vertx.core.internal.NoStackTraceException;
import io.vertx.core.impl.NoStackTraceException;
import io.vertx.core.shareddata.impl.LockInternal;
import io.vertx.test.core.TestUtils;
import io.vertx.test.core.VertxTestBase;
Expand Down

0 comments on commit baea39e

Please sign in to comment.