aboutsummaryrefslogtreecommitdiff
path: root/jimfs/src/main/java/com/google/common/jimfs/JimfsPath.java
AgeCommit message (Expand)Author
2019-10-04Mostly migrate off jsr305.cpovirk
2019-04-29Run google-java-format over all of JimFS.kak
2017-06-05Fix comparison in JimfsPath that will always return false (as ArrayDeque is notdiamondm
2015-06-03Format Jimfs with google-java-format.cgdecker
2015-02-25Change usages of deprecated Objects methods to MoreObjects.cgdecker
2014-06-10Move all classes to com.google.common.jimfs.Colin Decker