Menu

#459 Class<?> incorrectly formatted

1.5b5
closed-fixed
S
5
2005-12-19
2005-12-09
No

The line:
private Class<? > type;
should be formatted as:
private Class<?> type;

So, without the extra space after '?'

Discussion

  • S

    S - 2005-12-15
    • assigned_to: nobody --> notzippy
    • status: open --> pending-fixed
     
  • S

    S - 2005-12-15

    Logged In: YES
    user_id=723231

    Done in CVS

     
  • S

    S - 2005-12-19
    • status: pending-fixed --> closed-fixed
     

Log in to post a comment.