DATAREDIS-533 - Polishing.

Remove empty lines after last inner class. Extract duplicate code in variable. Fix spelling. Update Reference Documentation. Remove merge leftovers.

Original pull request: #215.
This commit is contained in:
Mark Paluch
2016-09-08 15:20:24 +02:00
parent 07d0b82100
commit 4c8f1674e4
10 changed files with 16 additions and 33 deletions

View File

@@ -637,5 +637,4 @@ public class PathIndexResolverUnitTests {
static class GeoIndexedOnArray {
@GeoIndexed double[] location;
}
}

View File

@@ -584,5 +584,4 @@ public abstract class RedisRepositoryIntegrationTestBase {
return true;
}
}
}