Better variable naming

Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
TheKodeToad
2022-10-29 15:20:27 +01:00
parent c0b8c53e69
commit a7b1700d42
4 changed files with 35 additions and 34 deletions

View File

@ -53,6 +53,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.prismlauncher.launcher;
public interface Launcher {

View File

@ -70,7 +70,9 @@ import java.util.List;
import java.util.logging.Level;
import java.util.logging.Logger;
@SuppressWarnings("removal")
/**
* Used to launch old versions that support applets.
*/
public final class LegacyLauncher extends AbstractLauncher {
private static final Logger LOGGER = Logger.getLogger("LegacyLauncher");