From e4a8ebcb70eff854ecf9e2aa2fb9020f253a5fd5 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Wed, 15 Oct 2003 15:24:13 +0000 Subject: Leg's and Packet's routing information is of type RoutingForward --- src/org/noreply/fancydress/type3/Packet.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/org/noreply/fancydress/type3/Packet.java') diff --git a/src/org/noreply/fancydress/type3/Packet.java b/src/org/noreply/fancydress/type3/Packet.java index dfe9b55..1699375 100644 --- a/src/org/noreply/fancydress/type3/Packet.java +++ b/src/org/noreply/fancydress/type3/Packet.java @@ -10,7 +10,7 @@ import java.util.*; public class Packet { private byte[] packet; - private Routing thisRoute; + private RoutingForward thisRoute; public Packet( Path path, -- cgit v1.2.3