Skip to content

Commit

Permalink
Fix ExecutableDescriber class path
Browse files Browse the repository at this point in the history
Signed-off-by: crazyhzm <[email protected]>
  • Loading branch information
CrazyHZM committed Dec 25, 2023
1 parent 36e0ee0 commit 871e5fa
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.apache.dubbo.aot.generate;

import org.apache.dubbo.aot.api.ExecutableMode;
import org.apache.dubbo.aot.api.MemberDescriber;
package org.apache.dubbo.aot.api;

import java.lang.reflect.Constructor;
import java.lang.reflect.Executable;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
*/
package org.apache.dubbo.aot.api;

import org.apache.dubbo.aot.generate.ExecutableDescriber;

import java.util.Set;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
*/
package org.apache.dubbo.aot.generate;

import org.apache.dubbo.aot.api.ExecutableDescriber;
import org.apache.dubbo.aot.api.MemberCategory;
import org.apache.dubbo.aot.api.TypeDescriber;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
*/
package org.apache.dubbo.aot.generate;

import org.apache.dubbo.aot.api.ExecutableDescriber;
import org.apache.dubbo.aot.api.ExecutableMode;
import org.apache.dubbo.aot.api.FieldDescriber;
import org.apache.dubbo.aot.api.MemberCategory;
Expand Down

0 comments on commit 871e5fa

Please sign in to comment.