Skip to content

Commit

Permalink
fix: refactor config description
Browse files Browse the repository at this point in the history
  • Loading branch information
sattvikc committed May 2, 2024
1 parent 79e32c1 commit 51e1a56
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 30 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
import com.google.gson.JsonObject;

import io.supertokens.pluginInterface.ConfigFieldInfo;
import io.supertokens.pluginInterface.annotations.ConfigDescription;
import io.supertokens.pluginInterface.exceptions.InvalidConfigException;
import io.supertokens.storage.postgresql.Start;
import io.supertokens.storage.postgresql.annotations.*;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
package io.supertokens.storage.postgresql.test;

import io.supertokens.ProcessState;
import io.supertokens.storage.postgresql.annotations.ConfigDescription;
import io.supertokens.pluginInterface.annotations.ConfigDescription;
import io.supertokens.storage.postgresql.config.PostgreSQLConfig;

import org.junit.AfterClass;
Expand Down

0 comments on commit 51e1a56

Please sign in to comment.