Show
Ignore:
Timestamp:
09/21/08 13:42:44 (4 years ago)
Author:
ws@…
Branch:
default
Message:

fixed locale problem for parsing dates.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • com.goldenhammers.merclipse/src/com/goldenhammers/merclipse/team/actions/MercurialAction.java

    r0 r1  
    5151                if (selection instanceof StructuredSelection) { 
    5252                        StructuredSelection ss = (StructuredSelection) selection; 
    53                         Iterator i = ss.iterator(); 
     53                        Iterator<?> i = ss.iterator(); 
    5454                         
    5555                        List<IResource> resources = new LinkedList<IResource>();