From c9d59e9ae85f76e021d53c77ef18bfce0ff7ec7c Mon Sep 17 00:00:00 2001 From: Sergey Mashkov Date: Fri, 31 Jul 2015 15:35:34 +0300 Subject: Use Guice injector and ServiceLocator to load implementations on the fly --- javadoc/javadoc.iml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'javadoc/javadoc.iml') diff --git a/javadoc/javadoc.iml b/javadoc/javadoc.iml index bc2537e7..e62f617f 100644 --- a/javadoc/javadoc.iml +++ b/javadoc/javadoc.iml @@ -16,8 +16,6 @@ - - @@ -1473,11 +1471,12 @@ - + + \ No newline at end of file -- cgit