You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by sf...@apache.org on 2014/10/02 23:05:35 UTC

git commit: moving headers

Repository: incubator-usergrid
Updated Branches:
  refs/heads/map 1302ba878 -> b749a7a8b


moving headers


Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/b749a7a8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/b749a7a8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/b749a7a8

Branch: refs/heads/map
Commit: b749a7a8bdda67d2859b675cb3cb6737b0137d18
Parents: 1302ba8
Author: Shawn Feldman <sf...@apache.org>
Authored: Thu Oct 2 15:05:21 2014 -0600
Committer: Shawn Feldman <sf...@apache.org>
Committed: Thu Oct 2 15:05:21 2014 -0600

----------------------------------------------------------------------
 .../persistence/map/impl/MapSerialization.java   |  4 ++--
 .../map/impl/MapSerializationImpl.java           |  4 ++--
 .../usergrid/persistence/map/MapManagerTest.java | 19 +++++++++++++++++++
 3 files changed, 23 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/b749a7a8/stack/corepersistence/map/src/main/java/org/apache/usergrid/persistence/map/impl/MapSerialization.java
----------------------------------------------------------------------
diff --git a/stack/corepersistence/map/src/main/java/org/apache/usergrid/persistence/map/impl/MapSerialization.java b/stack/corepersistence/map/src/main/java/org/apache/usergrid/persistence/map/impl/MapSerialization.java
index f0428cb..8d4206c 100644
--- a/stack/corepersistence/map/src/main/java/org/apache/usergrid/persistence/map/impl/MapSerialization.java
+++ b/stack/corepersistence/map/src/main/java/org/apache/usergrid/persistence/map/impl/MapSerialization.java
@@ -1,4 +1,4 @@
-package org.apache.usergrid.persistence.map.impl;/*
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -17,7 +17,7 @@ package org.apache.usergrid.persistence.map.impl;/*
  * under the License.
  */
 
-
+package org.apache.usergrid.persistence.map.impl;
 import java.util.UUID;
 
 import org.apache.usergrid.persistence.core.migration.Migration;

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/b749a7a8/stack/corepersistence/map/src/main/java/org/apache/usergrid/persistence/map/impl/MapSerializationImpl.java
----------------------------------------------------------------------
diff --git a/stack/corepersistence/map/src/main/java/org/apache/usergrid/persistence/map/impl/MapSerializationImpl.java b/stack/corepersistence/map/src/main/java/org/apache/usergrid/persistence/map/impl/MapSerializationImpl.java
index c6004f7..af7b02d 100644
--- a/stack/corepersistence/map/src/main/java/org/apache/usergrid/persistence/map/impl/MapSerializationImpl.java
+++ b/stack/corepersistence/map/src/main/java/org/apache/usergrid/persistence/map/impl/MapSerializationImpl.java
@@ -1,4 +1,4 @@
-package org.apache.usergrid.persistence.map.impl;/*
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -17,7 +17,7 @@ package org.apache.usergrid.persistence.map.impl;/*
  * under the License.
  */
 
-
+package org.apache.usergrid.persistence.map.impl;
 import java.util.Arrays;
 import java.util.Collection;
 import java.util.UUID;

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/b749a7a8/stack/corepersistence/map/src/test/java/org/apache/usergrid/persistence/map/MapManagerTest.java
----------------------------------------------------------------------
diff --git a/stack/corepersistence/map/src/test/java/org/apache/usergrid/persistence/map/MapManagerTest.java b/stack/corepersistence/map/src/test/java/org/apache/usergrid/persistence/map/MapManagerTest.java
index 6977f35..09942a5 100644
--- a/stack/corepersistence/map/src/test/java/org/apache/usergrid/persistence/map/MapManagerTest.java
+++ b/stack/corepersistence/map/src/test/java/org/apache/usergrid/persistence/map/MapManagerTest.java
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
 package org.apache.usergrid.persistence.map;