summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/util
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-12-22 10:09:01 +0200
committerNoel Grandin <noel@peralex.com>2015-01-12 08:36:18 +0200
commit37d36d6c76786ee5c8be36002b0dcb1ec3126b6f (patch)
treebaf63a6316fa15e2841c43b4462b057f62f26209 /qadevOOo/runner/util
parent09330056a01a4b5c3d16e3ffb6c1bff36099eb83 (diff)
java: APP_KILL_COMMAND is unused
Change-Id: I4bc4208a80a41a43f9a1145a2e674f37d1333424
Diffstat (limited to 'qadevOOo/runner/util')
-rw-r--r--qadevOOo/runner/util/PropertyName.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/qadevOOo/runner/util/PropertyName.java b/qadevOOo/runner/util/PropertyName.java
index 4207d4fe1669..1932a74c6fa7 100644
--- a/qadevOOo/runner/util/PropertyName.java
+++ b/qadevOOo/runner/util/PropertyName.java
@@ -29,10 +29,6 @@ public interface PropertyName {
*/
String APP_EXECUTION_COMMAND = "AppExecutionCommand";
/**
- * parameter name: "AppKillCommand"
- */
- String APP_KILL_COMMAND = "AppKillCommand";
- /**
* parameter name: "ConnectionString"
*/
String CONNECTION_STRING = "ConnectionString";