mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-06 07:32:46 +00:00
First commit
Change-Id: I4d273faba7286288d2b9a214c87c39a76724d787
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package com.l2jserver.service.configuration;
|
||||
|
||||
import java.util.Properties;
|
||||
|
||||
public class ProxyConfigurationService implements ConfigurationService {
|
||||
private Properties properties;
|
||||
|
||||
@Override
|
||||
public <C extends Configuration> C get(Class<C> config) {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user