Updated copyright message.
[meviz.git] / src / main / java / eu / svjatoslav / meviz / bomremove / BomStrippingOptions.java
index a97147d..e3dccd3 100755 (executable)
@@ -1,6 +1,6 @@
 /*
  * Meviz - Various tools collection to work with multimedia.
- * Copyright (C) 2012, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Copyright (C) 2012 -- 2018, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
  * 
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of version 2 of the GNU General Public License
@@ -14,10 +14,10 @@ import java.util.ArrayList;
 
 public class BomStrippingOptions {
 
-       public ArrayList<String> inputPatterns = new ArrayList<String>();
+    public final ArrayList<String> inputPatterns = new ArrayList<>();
 
-       public boolean recursive = false;
+    public boolean recursive = false;
 
-       public File targetDirectory;
+    public File targetDirectory;
 
 }