Skip to content

Commit

Permalink
use jakarta annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
VISTALL committed Dec 30, 2024
1 parent a2d545b commit 7f48adc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@
import consulo.module.content.layer.ModuleRootLayer;
import consulo.module.content.layer.extension.ModuleExtensionBase;
import consulo.module.extension.ModuleInheritableNamedPointer;
import jakarta.annotation.Nonnull;
import jakarta.annotation.Nullable;

import javax.annotation.Nonnull;

/**
* @author VISTALL
* @since 17/06/2023
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@
import consulo.module.extension.MutableModuleInheritableNamedPointer;
import consulo.ui.Component;
import consulo.ui.annotation.RequiredUIAccess;
import jakarta.annotation.Nonnull;
import jakarta.annotation.Nullable;

import javax.annotation.Nonnull;

/**
* @author VISTALL
* @since 17/06/2023
Expand Down

0 comments on commit 7f48adc

Please sign in to comment.