summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/org
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-06-27 15:40:17 +0200
committerMichael Stahl <mstahl@redhat.com>2012-06-29 22:03:01 +0200
commitb65017a2a7af290f6681da7b197a52efe83d5185 (patch)
tree06f71a435ba200d044109469b13be7c8f5dbe950 /qadevOOo/runner/org
parent33ec740d1438c3dddf8e1974757ed05bb76425ca (diff)
Java5 update - usage generics where possible
Change-Id: I12f8c448961919e153047e28fee2a0acf3af1002
Diffstat (limited to 'qadevOOo/runner/org')
-rw-r--r--qadevOOo/runner/org/openoffice/RunnerService.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/runner/org/openoffice/RunnerService.java b/qadevOOo/runner/org/openoffice/RunnerService.java
index 6a0d131f6386..8b7489ec50eb 100644
--- a/qadevOOo/runner/org/openoffice/RunnerService.java
+++ b/qadevOOo/runner/org/openoffice/RunnerService.java
@@ -213,7 +213,7 @@ public class RunnerService implements XJob, XServiceInfo,
return pVal;
}
- ArrayList v = new ArrayList(600);
+ ArrayList<String> v = new ArrayList<String>(600);
try {
// open connection to Jar
java.net.JarURLConnection con =