Skip to content

Commit

Permalink
Conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLimeGlass committed Sep 20, 2024
1 parent 427f0ee commit d6c2608
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,9 @@ fabric.properties

.idea/

### VS Code ###
.vscode/

# Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-249601023

*.iml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@

import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.function.BiFunction;
import java.util.function.Function;

import org.eclipse.jdt.annotation.Nullable;
import org.jetbrains.annotations.Nullable;

import com.zaxxer.hikari.HikariConfig;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

import com.zaxxer.hikari.HikariConfig;

import org.eclipse.jdt.annotation.Nullable;
import org.jetbrains.annotations.Nullable;

public class MySQLStorage extends JdbcStorage {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,4 @@
*
* Copyright Peter Güttinger, SkriptLang team and contributors
*/
@NonNullByDefault({DefaultLocation.PARAMETER, DefaultLocation.RETURN_TYPE, DefaultLocation.FIELD})
package org.skriptlang.skript.variables.storage;

import org.eclipse.jdt.annotation.DefaultLocation;
import org.eclipse.jdt.annotation.NonNullByDefault;

0 comments on commit d6c2608

Please sign in to comment.