You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by se...@apache.org on 2019/01/08 03:39:18 UTC

svn commit: r1850704 - /ctakes/trunk/ctakes-temporal/src/main/java/org/apache/ctakes/temporal/ae/SimpleMedDatesFinder.java

Author: seanfinan
Date: Tue Jan  8 03:39:18 2019
New Revision: 1850704

URL: http://svn.apache.org/viewvc?rev=1850704&view=rev
Log:
CTAKES-530 : New Uimafitized Jdbc collection reader

Modified:
    ctakes/trunk/ctakes-temporal/src/main/java/org/apache/ctakes/temporal/ae/SimpleMedDatesFinder.java

Modified: ctakes/trunk/ctakes-temporal/src/main/java/org/apache/ctakes/temporal/ae/SimpleMedDatesFinder.java
URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-temporal/src/main/java/org/apache/ctakes/temporal/ae/SimpleMedDatesFinder.java?rev=1850704&r1=1850703&r2=1850704&view=diff
==============================================================================
--- ctakes/trunk/ctakes-temporal/src/main/java/org/apache/ctakes/temporal/ae/SimpleMedDatesFinder.java (original)
+++ ctakes/trunk/ctakes-temporal/src/main/java/org/apache/ctakes/temporal/ae/SimpleMedDatesFinder.java Tue Jan  8 03:39:18 2019
@@ -350,7 +350,7 @@ final public class SimpleMedDatesFinder
    }
 
 
-   synchronized protected void loadSections() throws ResourceInitializationException {
+   synchronized private void loadSections() throws ResourceInitializationException {
       if ( _sectionListPath == null ) {
          return;
       }
@@ -358,7 +358,7 @@ final public class SimpleMedDatesFinder
    }
 
 
-   synchronized protected void loadCuis() throws ResourceInitializationException {
+   synchronized private void loadCuis() throws ResourceInitializationException {
       if ( _cuiListPath == null ) {
          return;
       }
@@ -366,7 +366,7 @@ final public class SimpleMedDatesFinder
    }
 
 
-   synchronized protected void loadList( final String filePath, final Collection<String> list )
+   synchronized private void loadList( final String filePath, final Collection<String> list )
          throws ResourceInitializationException {
       if ( filePath == null ) {
          return;