Skip to content
Snippets Groups Projects
Commit eca9879d authored by tpylak's avatar tpylak
Browse files

LMS-1035 minor: change public to protected

SVN: 11728
parent 8c9d2274
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ abstract public class AbstractDelegatingStorageProcessor implements IStorageProc
* Property name which is used to specify the class of the default storage processor, to which
* all calls are delegated.
*/
public final static String DELEGATE_PROCESSOR_CLASS_PROPERTY = "processor";
protected final static String DELEGATE_PROCESSOR_CLASS_PROPERTY = "processor";
final static Logger operationLog =
LogFactory.getLogger(LogCategory.OPERATION, AbstractDelegatingStorageProcessor.class);
......
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