Skip to content
This repository has been archived by the owner on Apr 23, 2020. It is now read-only.

Commit

Permalink
Added missing declaration for OS string
Browse files Browse the repository at this point in the history
Added missing declaration for OS string
  • Loading branch information
RajeshKrishnan-rk committed Nov 20, 2013
1 parent 4844300 commit 1671269
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ public class StandardProcessOperations implements ProcessOperations

private static final int SLEEP_KILL_TIME_MS = 100;
private static final int SLEEP_KILL_WAIT_COUNT = 3;
private static String OS = null;

public StandardProcessOperations(Exhibitor exhibitor) throws IOException
{
Expand Down

0 comments on commit 1671269

Please sign in to comment.