summaryrefslogtreecommitdiffstats
path: root/libraries/launcher/org/multimc/Launcher.java
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/launcher/org/multimc/Launcher.java')
-rw-r--r--libraries/launcher/org/multimc/Launcher.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/launcher/org/multimc/Launcher.java b/libraries/launcher/org/multimc/Launcher.java
index 2e851d18..8f9b043f 100644
--- a/libraries/launcher/org/multimc/Launcher.java
+++ b/libraries/launcher/org/multimc/Launcher.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2012-2018 MultiMC Contributors
+ * Copyright 2012-2019 MultiMC Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -18,5 +18,5 @@ package org.multimc;
public interface Launcher
{
- abstract int launch(ParamBucket params);
+ abstract int launch(ParamBucket params);
}