HBASE-22189 Removed remaining usage of StoreFile.getModificationTimeStamp
This commit is contained in:
parent
cbea2879c4
commit
45ea084e8b
|
@ -69,7 +69,7 @@
|
|||
<tr>
|
||||
<td><a href="storeFile.jsp?name=<%= sf.getPath() %>"><%= sf.getPath() %></a></td>
|
||||
<td><%= (int) (rs.getFileSystem().getLength(sf.getPath()) / 1024 / 1024) %></td>
|
||||
<td><%= new Date(sf.getModificationTimeStamp()) %></td>
|
||||
<td><%= new Date(sf.getModificationTimestamp()) %></td>
|
||||
</tr>
|
||||
<% } %>
|
||||
|
||||
|
|
Loading…
Reference in New Issue