summaryrefslogtreecommitdiff
path: root/ihl/handpump/AdvancedHandPump.java
diff options
context:
space:
mode:
Diffstat (limited to 'ihl/handpump/AdvancedHandPump.java')
-rw-r--r--ihl/handpump/AdvancedHandPump.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/ihl/handpump/AdvancedHandPump.java b/ihl/handpump/AdvancedHandPump.java
index dc13ce2..c655391 100644
--- a/ihl/handpump/AdvancedHandPump.java
+++ b/ihl/handpump/AdvancedHandPump.java
@@ -245,7 +245,7 @@ public class AdvancedHandPump extends IHLHandPump {
}
else {break;}
}
- List<XYZ> xyzlist = new ArrayList();
+ List<XYZ> xyzlist = new ArrayList<XYZ>();
if(currentFlowDecay==0)
{
xyzlist.add(new XYZ(startx, starty, startz));