equal
deleted
inserted
replaced
1604 } |
1604 } |
1605 |
1605 |
1606 /** @deprecated see bug 6410637 */ |
1606 /** @deprecated see bug 6410637 */ |
1607 @Deprecated |
1607 @Deprecated |
1608 public String getPath() { |
1608 public String getPath() { |
1609 return entry.getName() + "(" + entry + ")"; |
1609 return zipName + "(" + entry.getName() + ")"; |
1610 } |
1610 } |
1611 |
1611 |
1612 public long getLastModified() { |
1612 public long getLastModified() { |
1613 return entry.getLastModified(); |
1613 return entry.getLastModified(); |
1614 } |
1614 } |