Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.help > #3087
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!us.feeder.erje.net!news2.arglkargh.de!news.mixmin.net!news2.hunter.apana.org.au!brushtail.apana.org.au!eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail |
|---|---|
| From | Eric Sosman <esosman@comcast-dot-net.invalid> |
| Newsgroups | comp.lang.java.help |
| Subject | Re: error message at compiled time <identifier>expected on line 4 &5. |
| Date | Fri, 07 Nov 2014 10:50:38 -0500 |
| Organization | A noiseless patient Spider |
| Lines | 18 |
| Message-ID | <m3ipo8$8dh$1@dont-email.me> (permalink) |
| References | <6fcbfae7-ecb3-4701-bfde-d56f3f82e2f9@googlegroups.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=windows-1252; format=flowed |
| Content-Transfer-Encoding | 7bit |
| Injection-Date | Fri, 7 Nov 2014 15:50:32 +0000 (UTC) |
| Injection-Info | mx02.eternal-september.org; posting-host="bd4e1cba8d8592bec5d5ed9e4537fbfd"; logging-data="8625"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+ktYgJwfMEKLWabxE6eNkP" |
| User-Agent | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 |
| In-Reply-To | <6fcbfae7-ecb3-4701-bfde-d56f3f82e2f9@googlegroups.com> |
| Cancel-Lock | sha1:fb6vKnpkVlnnSIgQbXuArHcQ51s= |
| Xref | csiph.com comp.lang.java.help:3087 |
Show key headers only | View raw
On 11/7/2014 10:43 AM, abiolaquadri1987@gmail.com wrote:
>
> public class NestIFElevator {
> public boolean openDoor = false;
> public int currentFloor = 1;
> public Final int TOP_FLOOR = 10;
> public Final int MIN_FLOOR = 1;
`final' is not spelled `Final'.
(For future reference: If you have a question, ask a question.
The body of your message should contain at least one sentence that
ends with a question mark. Otherwise, everybody just has to guess
about what's puzzling you -- and we won't always guess correctly.)
--
esosman@comcast-dot-net.invalid
"Don't be afraid of work. Make work afraid of you." -- TLM
Back to comp.lang.java.help | Previous | Next — Previous in thread | Find similar
error message at compiled time <identifier>expected on line 4 &5. abiolaquadri1987@gmail.com - 2014-11-07 07:43 -0800 Re: error message at compiled time <identifier>expected on line 4 &5. Eric Sosman <esosman@comcast-dot-net.invalid> - 2014-11-07 10:50 -0500
csiph-web