Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.help > #2238
| From | Eric Sosman <esosman@comcast-dot-net.invalid> |
|---|---|
| Newsgroups | comp.lang.java.help |
| Subject | Re: <identifier> expected |
| Date | 2012-11-09 08:28 -0500 |
| Organization | A noiseless patient Spider |
| Message-ID | <k7j0et$oal$1@dont-email.me> (permalink) |
| References | <3381993a-a524-4302-b0f2-e1e3ffb1a6b6@googlegroups.com> |
On 11/9/2012 3:55 AM, v.vadim.se@gmail.com wrote:
> I got error in the following piece of code:
> [...]
> var4.<init>(TFC_Settings.getIntFor(config, "item", "SeedsWheat", var1), 0); ### THIS
^^^^^^
If you're trying to invoke a constructor, use `new'. If
you're trying to do something else, explain what you're trying
to do.
--
Eric Sosman
esosman@comcast-dot-net.invalid
Back to comp.lang.java.help | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
<identifier> expected v.vadim.se@gmail.com - 2012-11-09 00:55 -0800
Re: <identifier> expected Eric Sosman <esosman@comcast-dot-net.invalid> - 2012-11-09 08:28 -0500
Re: <identifier> expected Вадим Воеводин <v.vadim.se@gmail.com> - 2012-11-09 05:42 -0800
Re: <identifier> expected Eric Sosman <esosman@comcast-dot-net.invalid> - 2012-11-09 09:00 -0500
Re: <identifier> expected Вадим Воеводин <v.vadim.se@gmail.com> - 2012-11-09 06:11 -0800
Re: <identifier> expected Eric Sosman <esosman@comcast-dot-net.invalid> - 2012-11-09 09:18 -0500
Re: <identifier> expected Вадим Воеводин <v.vadim.se@gmail.com> - 2012-11-09 07:10 -0800
Re: <identifier> expected Daniel Pitts <newsgroup.nospam@virtualinfinity.net> - 2012-11-09 10:15 -0500
Re: <identifier> expected Вадим Воеводин <v.vadim.se@gmail.com> - 2012-11-09 07:37 -0800
Re: <identifier> expected Daniel Pitts <newsgroup.nospam@virtualinfinity.net> - 2012-11-09 10:45 -0500
Re: <identifier> expected Вадим Воеводин <v.vadim.se@gmail.com> - 2012-11-09 07:54 -0800
Re: <identifier> expected Roedy Green <see_website@mindprod.com.invalid> - 2012-11-10 11:21 -0800
csiph-web