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