Deprecated RelationalServerData and RelationalServerFactory

This commit is contained in:
Ziggy
2023-04-15 17:53:30 +02:00
parent 5f94c36af2
commit 8433fded87
2 changed files with 10 additions and 2 deletions
@@ -1,5 +1,5 @@
/***********************************************************************************
* Copyright (c) 2018 /// Project SWG /// www.projectswg.com *
* Copyright (c) 2023 /// Project SWG /// www.projectswg.com *
* *
* ProjectSWG is the first NGE emulator for Star Wars Galaxies founded on *
* July 7th, 2011 after SOE announced the official shutdown of Star Wars Galaxies. *
@@ -41,6 +41,10 @@ import java.util.List;
import me.joshlarson.jlcommon.log.Log;
/**
* @deprecated use SdbLoader instead in Holocore.
*/
@Deprecated
public class RelationalServerData extends RelationalDatabase {
private static final Charset ASCII = Charset.forName("ASCII");
@@ -1,5 +1,5 @@
/***********************************************************************************
* Copyright (c) 2018 /// Project SWG /// www.projectswg.com *
* Copyright (c) 2023 /// Project SWG /// www.projectswg.com *
* *
* ProjectSWG is the first NGE emulator for Star Wars Galaxies founded on *
* July 7th, 2011 after SOE announced the official shutdown of Star Wars Galaxies. *
@@ -35,6 +35,10 @@ import java.sql.SQLException;
import java.util.HashMap;
import java.util.Map;
/**
* @deprecated use SdbLoader instead in Holocore.
*/
@Deprecated
public class RelationalServerFactory {
private static final RelationalServerFactory INSTANCE = new RelationalServerFactory();