Skip to content
Snippets Groups Projects
Commit e264cde4 authored by cramakri's avatar cramakri
Browse files

LMS-1505 Added comment to DataStoreServer suggesting future refactoring.

SVN: 15886
parent ec10ca21
No related branches found
No related tags found
No related merge requests found
......@@ -204,7 +204,9 @@ public class DataStoreServer
/**
* Initialize RPC service interfaces
*/
// This could be changed to use the config parameters in the future.
// TODO: The registration process here needs to be made cleaner -- perhaps by using Spring and
// the dssApplicationContext.xml more effectively, or perhaps by using annotations and
// reflection.
private static void initializeRpcServices(final Context context,
final ApplicationContext applicationContext, final ConfigParameters configParameters)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment