Skip to content
Snippets Groups Projects
Commit 9534d892 authored by ribeaudc's avatar ribeaudc
Browse files

remove: - Warnings.

SVN: 7302
parent a29a6fe5
No related branches found
No related tags found
No related merge requests found
...@@ -45,10 +45,10 @@ public interface IDirectoryScanningHandler ...@@ -45,10 +45,10 @@ public interface IDirectoryScanningHandler
*/ */
public static class HandleInstruction public static class HandleInstruction
{ {
public static HandleInstruction PROCESS = public final static HandleInstruction PROCESS =
new HandleInstruction(HandleInstructionFlag.PROCESS, null); new HandleInstruction(HandleInstructionFlag.PROCESS, null);
public static HandleInstruction IGNORE = public final static HandleInstruction IGNORE =
new HandleInstruction(HandleInstructionFlag.IGNORE, null); new HandleInstruction(HandleInstructionFlag.IGNORE, null);
private final HandleInstructionFlag flag; private final HandleInstructionFlag flag;
......
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