Menu

#442 Space after comma doesn't work for Generics

1.5rc1
closed-fixed
S
5
2005-11-10
2005-10-31
No

Hello,

The "Space after comma" does not work in the following
example:

private Map<String,Object> objectMap = new
HashMap<String,Object>();

I expected:

private Map<String, Object> objectMap = new
HashMap<String, Object>();

Peter

Discussion

  • S

    S - 2005-11-03

    Logged In: YES
    user_id=723231

    The problem described has now been corrected

     
  • S

    S - 2005-11-03
    • status: open --> pending
     
  • S

    S - 2005-11-07
    • assigned_to: nobody --> notzippy
    • status: pending --> pending-fixed
     
  • S

    S - 2005-11-10
    • status: pending-fixed --> closed-fixed
     

Log in to post a comment.