Skip to content

Instantly share code, notes, and snippets.

@tempredirect
Created April 8, 2016 14:13
Show Gist options
  • Save tempredirect/3e94bc090b3169ee0323d2f4033218ca to your computer and use it in GitHub Desktop.
Save tempredirect/3e94bc090b3169ee0323d2f4033218ca to your computer and use it in GitHub Desktop.
--- untitled 2
+++ (clipboard)
@@ -3981,30 +3981,6 @@
│   │   ├── JsonSchema.class
│   │   ├── JsonSerializableSchema.class
│   │   └── SchemaAware.class
-│   ├── hamcrest
-│   │   ├── BaseDescription.class
-│   │   ├── BaseMatcher.class
-│   │   ├── CoreMatchers.class
-│   │   ├── Description.class
-│   │   ├── Factory.class
-│   │   ├── Matcher.class
-│   │   ├── SelfDescribing.class
-│   │   ├── StringDescription.class
-│   │   ├── core
-│   │   │   ├── AllOf.class
-│   │   │   ├── AnyOf.class
-│   │   │   ├── DescribedAs.class
-│   │   │   ├── Is.class
-│   │   │   ├── IsAnything.class
-│   │   │   ├── IsEqual.class
-│   │   │   ├── IsInstanceOf.class
-│   │   │   ├── IsNot.class
-│   │   │   ├── IsNull.class
-│   │   │   └── IsSame.class
-│   │   └── internal
-│   │   ├── ArrayIterator.class
-│   │   ├── SelfDescribingValue.class
-│   │   └── SelfDescribingValueIterator.class
│   ├── jdom
│   │   ├── Attribute.class
│   │   ├── AttributeList.class
@@ -4853,6 +4829,7 @@
│   ├── ReplaceNodeTest.class
│   ├── RestClientTest$1.class
│   ├── RestClientTest.class
+ │   ├── RestServerAPITest.class
│   ├── RestServiceR2StoreTest.class
│   ├── RoutingTier.class
│   ├── SocketStoreClientFactory$1.class
@@ -5314,13 +5291,6 @@
│   ├── final-stores.xml
│   ├── initial-cluster.xml
│   └── initial-stores.xml
- ├── contrib
- │   └── batchindexer
- │   └── performance
- │   ├── BdbBuildPerformanceTest$1.class
- │   ├── BdbBuildPerformanceTest.class
- │   ├── MysqlBuildPerformanceTest$1.class
- │   └── MysqlBuildPerformanceTest.class
├── coordinator
│   ├── CoordinatorRestAPITest$1.class
│   ├── CoordinatorRestAPITest$TestVersionedValue.class
@@ -5498,7 +5468,6 @@
│   ├── RESTClientFactory$1.class
│   ├── RESTClientFactory.class
│   ├── RESTClientFactoryConfig.class
- │   ├── RestServerAPITest.class
│   ├── SampleRESTClient.class
│   ├── VoldemortThinClientShell.class
│   └── admin
@@ -7133,4 +7102,4 @@
├── cluster.xsd
└── stores.xsd
-321 directories, 6812 files
+315 directories, 6787 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment