On Wed, 27 Jun 2001 23:47, Trond Aasan wrote: > Not to be picky, but you have an error on > http://jakarta.apache.org/avalon/code-standards.html > > item no. 15 : > 15. Have the names of all member instance fields > start with the prefix "m_". Example: > class MyClass > { > String m_class = MyClass.getClass(); > int m_users; > } > > As you know Object.getClass() returns a java.lang.Class object, > not a java.lang.String ;-) >
fixed - thanks ;) Cheers, Pete *-----------------------------------------------------* | "Faced with the choice between changing one's mind, | | and proving that there is no need to do so - almost | | everyone gets busy on the proof." | | - John Kenneth Galbraith | *-----------------------------------------------------* --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
