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

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

# Line 126 | Line 126 | public class Basic {
126              ObjectInputStream in = new ObjectInputStream(bis);
127              result = (Set)in.readObject();
128              in.close();
129 <        } catch(Exception e) {
129 >        } catch (Exception e) {
130              e.printStackTrace();
131          }
132          return result;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines