File tree Expand file tree Collapse file tree
src/main/java/fr/sandro642/github Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33import fr .sandro642 .github .hook .MCSupport ;
44import fr .sandro642 .github .jobs .JobGetInfos ;
5- import fr .sandro642 .github .jobs .misc .MethodType ;
65import fr .sandro642 .github .jobs .misc .ResourceType ;
7- import fr .sandro642 .github .jobs .misc .VersionType ;
86import fr .sandro642 .github .utils .Logger ;
97import fr .sandro642 .github .utils .StoreAndRetrieve ;
108import fr .sandro642 .github .utils .YamlUtils ;
11- import org .jetbrains .annotations .Nullable ;
129
1310/**
1411 * ConnectorAPI est une librairie Java permettant de créer un lien de communication entre son projet Java et une API Rest Fastify.
@@ -89,7 +86,7 @@ public static YamlUtils YamlUtils() {
8986 * Retourne une instance de MCSupport si le projet est un projet Minecraft
9087 * @return MCSupport ou null si ce n'est pas un projet Minecraft
9188 */
92- public static @ Nullable MCSupport MCSupport () {
89+ public static MCSupport MCSupport () {
9390 if (MCSupport ().isMCProject ()) {
9491 return new MCSupport ();
9592 } else {
You can’t perform that action at this time.
0 commit comments