Skip to content

Commit

Permalink
HBASE-22189 Removed remaining usage of StoreFile.getModificationTimeS…
Browse files Browse the repository at this point in the history
…tamp
  • Loading branch information
HorizonNet committed Apr 11, 2019
1 parent a74e1ec commit 3994529
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
<% } %>

Expand Down

0 comments on commit 3994529

Please sign in to comment.