From 2e312f45d50dd56cb0904465c2b712050eaa27a0 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 25 Nov 2015 18:00:15 +0800 Subject: [PATCH] JSDOC/PackerRun.vala --- JSDOC/PackerRun.vala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JSDOC/PackerRun.vala b/JSDOC/PackerRun.vala index 9885abe..2901404 100644 --- a/JSDOC/PackerRun.vala +++ b/JSDOC/PackerRun.vala @@ -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; -- 2.39.2