HBASE-22189 Removed remaining usage of StoreFile.getModificationTimeStamp

This commit is contained in:
Jan Hentschel 2019-04-08 14:26:41 +02:00
parent cbea2879c4
commit 45ea084e8b
No known key found for this signature in database
GPG Key ID: 5CD818B19CC299A3
1 changed files with 1 additions and 1 deletions

View File

@ -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>
<% } %>