This repository has been archived by the owner on Mar 21, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 549
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This library was originally using Java 7. Java 7 had `Date` objects with only millisecond resolution. This was a problem when translating timestamps with nanosecond precision from the Docker API to `Date`. This library is on Java 8 now which supports nanosecond resolution. This PR fixes the findbugs error here #1068. See build logs https://travis-ci.org/spotify/docker-client/jobs/426781589.
- Loading branch information
Showing
4 changed files
with
0 additions
and
154 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
70 changes: 0 additions & 70 deletions
70
src/main/java/com/spotify/docker/client/DockerDateFormat.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
77 changes: 0 additions & 77 deletions
77
src/test/java/com/spotify/docker/client/DockerDateFormatTest.java
This file was deleted.
Oops, something went wrong.