Skip to content

Commit 3951f25

Browse files
committed
GEODE-10531: Remove outdated @exception SecurityException JavaDoc
1 parent f9be0fa commit 3951f25

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • geode-logging/src/main/java/org/apache/geode/logging/internal

geode-logging/src/main/java/org/apache/geode/logging/internal/OSProcess.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ private static native int bgexecInternal(String[] cmdarray, String workdir, Stri
134134
* @param env any extra environment variables as key,value map; these will be in addition to those
135135
* inherited from the parent process and will overwrite same keys
136136
* @return the process id of the created process; -1 on failure
137-
* @exception SecurityException if the current thread cannot create a subprocess.
138137
*/
139138
public static int bgexec(String[] cmdarray, File workdir, File logfile, boolean inheritLogfile,
140139
Map<String, String> env) throws IOException {

0 commit comments

Comments
 (0)