Skip to content

Commit

Permalink
move ServerOptions from util to main
Browse files Browse the repository at this point in the history
  • Loading branch information
divmeh-aws committed Jan 15, 2025
1 parent cd38b1b commit 46609fa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@
* permissions and limitations under the License.
*/

package software.amazon.smithy.lsp.util;
package software.amazon.smithy.lsp;

//import javax.print.attribute.standard.Severity;
import com.google.gson.JsonObject;
import java.util.Arrays;
import java.util.Optional;
import software.amazon.smithy.lsp.SmithyLanguageClient;
import software.amazon.smithy.model.validation.Severity;

public final class ServerOptions {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@
import software.amazon.smithy.lsp.project.ProjectAndFile;
import software.amazon.smithy.lsp.project.SmithyFile;
import software.amazon.smithy.lsp.protocol.LspAdapter;
import software.amazon.smithy.lsp.util.ServerOptions;
import software.amazon.smithy.model.SourceLocation;
import software.amazon.smithy.model.loader.IdlTokenizer;
import software.amazon.smithy.model.selector.Selector;
Expand Down

0 comments on commit 46609fa

Please sign in to comment.