This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: FYI: Patch: fixing warnings all over


Michael Koch wrote:
> -  static final int WIND_EVEN_ODD = 0;
> +  int WIND_EVEN_ODD = 0;

What's the rationale here (and at similar changes)?


> -  public boolean isLoggable(LogRecord record);
> +  boolean isLoggable(LogRecord record);

...and here?

Sorry for being thick.

Ranjit.

-- 
Ranjit Mathew          Email: rmathew AT hotmail DOT com

Bangalore, INDIA.      Web: http://ranjitmathew.tripod.com/



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]