Skip to content

Commit ed3726d

Browse files
committed
remove static
1 parent 9d958cc commit ed3726d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

omod-common/src/main/java/org/openmrs/module/webservices/rest/web/api/impl/RestServiceImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public class RestServiceImpl implements RestService {
4949

5050
volatile Map<String, ResourceDefinition> resourceDefinitionsByNames;
5151

52-
static volatile Map<Class<?>, Resource> resourcesBySupportedClasses;
52+
volatile Map<Class<?>, Resource> resourcesBySupportedClasses;
5353

5454
private volatile Map<CompositeSearchHandlerKeyValue, Set<SearchHandler>> searchHandlersByParameter;
5555

0 commit comments

Comments
 (0)