Skip to content

Commit

Permalink
package fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed Mar 15, 2017
1 parent 6e13446 commit 45ba7ed
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 11 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ the lack of simple peristence mechanisms that support observation.
### Usage Example

### Documentation
*
* API
* [0.1.2](https://jitpack.io/com/github/sanity/shoebox/0.1.2/javadoc/)
* [SNAPSHOT](https://jitpack.io/com/github/sanity/shoebox/-SNAPSHOT/javadoc/) (might be slow to load)
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.github.sanity'
version '0.1.2'
version '0.1.3'

buildscript {
ext.kotlin_version = '1.1.0'
Expand Down
3 changes: 0 additions & 3 deletions src/main/kotlin/com/github/sanity/shoebox/OrderedViewSet.kt
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
package com.github.sanity.shoebox

import propheto.BinarySearchResult
import propheto.betterBinarySearch
import propheto.listenerHandleSource
import java.util.concurrent.ConcurrentHashMap

/**
Expand Down
4 changes: 0 additions & 4 deletions src/main/kotlin/com/github/sanity/shoebox/Store.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ import com.google.common.cache.CacheBuilder
import com.google.common.cache.CacheLoader
import com.google.common.cache.LoadingCache
import com.google.gson.GsonBuilder
import propheto.exists
import propheto.listenerHandleSource
import propheto.newBufferedReader
import propheto.newBufferedWriter
import java.nio.file.Files
import java.nio.file.Path
import java.util.concurrent.ConcurrentHashMap
Expand Down
1 change: 0 additions & 1 deletion src/main/kotlin/com/github/sanity/shoebox/View.kt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.github.sanity.shoebox

import propheto.listenerHandleSource
import java.nio.file.Path
import java.util.*
import java.util.concurrent.ConcurrentHashMap
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/com/github/sanity/shoebox/demos/Data.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package com.github.sanity.shoebox.demos

import com.github.sanity.shoebox.Store
import com.github.sanity.shoebox.View
import propheto.mkdirIfAbsent
import com.github.sanity.shoebox.mkdirIfAbsent
import java.nio.file.Path

/**
Expand Down

0 comments on commit 45ba7ed

Please sign in to comment.