Skip to content

Commit 38f2f23

Browse files
committed
1 parent e940b87 commit 38f2f23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/maxgamer/quickshop/api/database/DatabaseHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ public interface DatabaseHelper {
154154
*/
155155
void updateShop(@NotNull String owner, @NotNull ItemStack item, int unlimited, int shopType,
156156
double price, int x, int y, int z, @NotNull String world, @NotNull String extra,
157-
@NotNull String currency, boolean disableDisplay, @Nullable String taxAccount);
157+
@Nullable String currency, boolean disableDisplay, @Nullable String taxAccount);
158158

159159
/**
160160
* Insert a history record into logs table

0 commit comments

Comments
 (0)