JSDOC/PackerRun.vala
authorAlan Knowles <alan@roojs.com>
Wed, 25 Nov 2015 10:00:15 +0000 (18:00 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 25 Nov 2015 10:00:15 +0000 (18:00 +0800)
JSDOC/PackerRun.vala

index 9885abe..2901404 100644 (file)
@@ -35,8 +35,8 @@ namespace JSDOC
                public static string opt_tmpdir = "";
                
                
-               public static string[]? opt_files = null;
-               public static string[]? opt_files_from = null;
+               private static string[]? opt_files = null;
+               private static string[]? opt_files_from = null;
                public static bool opt_debug = false;