You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by se...@apache.org on 2013/09/10 03:39:38 UTC

svn commit: r1521334 - /jmeter/trunk/src/jorphan/org/apache/jorphan/exec/KeyToolUtils.java

Author: sebb
Date: Tue Sep 10 01:39:38 2013
New Revision: 1521334

URL: http://svn.apache.org/r1521334
Log:
Method can be private

Modified:
    jmeter/trunk/src/jorphan/org/apache/jorphan/exec/KeyToolUtils.java

Modified: jmeter/trunk/src/jorphan/org/apache/jorphan/exec/KeyToolUtils.java
URL: http://svn.apache.org/viewvc/jmeter/trunk/src/jorphan/org/apache/jorphan/exec/KeyToolUtils.java?rev=1521334&r1=1521333&r2=1521334&view=diff
==============================================================================
--- jmeter/trunk/src/jorphan/org/apache/jorphan/exec/KeyToolUtils.java (original)
+++ jmeter/trunk/src/jorphan/org/apache/jorphan/exec/KeyToolUtils.java Tue Sep 10 01:39:38 2013
@@ -240,7 +240,7 @@ public class KeyToolUtils {
      * @param parameters additional parameters to the command, may be null
      * @throws IOException
      */
-    static void keytool(String command, File keystore, String password, String alias,
+    private static void keytool(String command, File keystore, String password, String alias,
             InputStream input, OutputStream output, String ... parameters)
             throws IOException {
         final File workingDir = keystore.getParentFile();