swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: List in java


From: glen e. p. ropella
Subject: Re: List in java
Date: Fri, 03 Dec 1999 07:20:53 -0800

At 05:55 AM 12/3/99 -0800, you wrote:
reporter=ListeAgent.removeFirst();

[...]

***error the type of the left-hand side in this
assignment,"Agent",is not compatible with the type of
the right-hand side expression,"java/lang/Object"

Hey David,
This is just a typing problem.  You can get rid of the
symptom (without actually effecting a cure [grin]) by
the following:

reporter = (Agent)ListeAgent.removeFirst();

glen

--
glen e. p. ropella =><= Feeding the hamster wheel.  Hail Eris!
Home: http://www.trail.com/~gepr                (505) 424-0448
Work: http://www.swarm.com                      (505) 995-0818

                 ==================================
  Swarm-Support is for discussion of the technical details of the day
  to day usage of Swarm.  For list administration needs (esp.
  [un]subscribing), please send a message to <address@hidden>
  with "help" in the body of the message.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]