Skip to content

Commit

Permalink
Move QueueFile to 'io' package.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Aug 31, 2012
1 parent d7e443b commit 969d29a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ Modules:
* IO - Utility classes for doing low-level java I/O.
* HTTP - Abstracts away the messy logic of making network calls (depends on IO).
* Core - Some interfaces and utilities used by the other retrofit modules.
* Android - Contains two Android-specific utility classes: `ShakeDetector` (for detecting device
shakes) and `QueueFile` (for storing a queue on the android file-system).
* Android - Contains Android-specific utility classes.


Http Usage
Expand Down
File renamed without changes.

0 comments on commit 969d29a

Please sign in to comment.