Skip to content

Commit

Permalink
Revert.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkocher committed Nov 22, 2023
1 parent c86d2b3 commit 085698a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ public void complete(final Path file, final Local local,
}
}
if(status.getModified() != null) {
if(!session.getFeature(Write.class).timestamp(file)) {
if(!session.getFeature(Write.class).timestamp()) {
final Timestamp feature = session.getFeature(Timestamp.class);
if(feature != null) {
try {
Expand Down

0 comments on commit 085698a

Please sign in to comment.