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

Comparing jsr166/src/test/jtreg/util/Vector/LastIndexOf.java (file contents):
Revision 1.2 by jsr166, Sun Sep 5 21:32:20 2010 UTC vs.
Revision 1.3 by jsr166, Sat Oct 16 16:00:28 2010 UTC

# Line 34 | Line 34 | public class LastIndexOf {
34      public static void main(String argv[]) throws Exception {
35          Vector v = new Vector(10);
36  
37 <        try{
37 >        try {
38              int i = v.lastIndexOf(null, 5);
39              throw new Exception("lastIndexOf(5/10) " + i);
40          } catch (IndexOutOfBoundsException e) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines