Skip to content

Commit deb95b4

Browse files
Fix javadocs
1 parent 3e64933 commit deb95b4

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/main/java/org/jutils/jprocesses/JProcesses.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ public static JProcessesResponse killProcessGracefully(int pid) {
210210
*
211211
* For further details see {@link ProcessInfo}
212212
*
213+
* @param pid the PID of the process tochange priority
213214
* @param newPriority integer with the new version. For windows you can use the helper constants at {@link WindowsPriority}
214215
* @return {@link JProcessesResponse} response object that contains information about the result of the operation
215216
*/

src/main/java/org/jutils/jprocesses/util/ProcessesUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ public static String getCustomDateFormat() {
196196
}
197197

198198
/**
199-
* Custom date format to be used when parsing date string in "ps" output<br/>
199+
* Custom date format to be used when parsing date string in "ps" output<br>
200200
* NOTE: We assume 5 space separated fields for date, where we pass the last 4 to the parser, e.g.
201201
* for input text <code>søn 23 okt 08:30:00 2016</code> we would send <code>23 okt 08:30:00 2016</code>
202202
* to the parser, so a pattern <code>dd MMM HH:mm:ss yyyy</code> would work.

0 commit comments

Comments
 (0)