ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/jtreg/util/LinkedHashMap/Basic.java
(Generate patch)

Comparing jsr166/src/test/jtreg/util/LinkedHashMap/Basic.java (file contents):
Revision 1.1 by jsr166, Tue Sep 1 01:21:42 2009 UTC vs.
Revision 1.2 by jsr166, Wed Sep 1 20:12:39 2010 UTC

# Line 128 | Line 128 | public class Basic {
128              throw new Exception("clear failed.");
129  
130          Iterator it = m.entrySet().iterator();
131 <        while(it.hasNext()) {
131 >        while (it.hasNext()) {
132              it.next();
133              it.remove();
134          }
# Line 227 | Line 227 | public class Basic {
227              ObjectInputStream in = new ObjectInputStream(bis);
228              result = (Map)in.readObject();
229              in.close();
230 <        } catch(Exception e) {
230 >        } catch (Exception e) {
231              e.printStackTrace();
232          }
233          return result;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines