Repository: incubator-streams Updated Branches: refs/heads/STREAMS-70 65157bd4c -> d965ed987
License headers Project: http://git-wip-us.apache.org/repos/asf/incubator-streams/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams/commit/d965ed98 Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams/tree/d965ed98 Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams/diff/d965ed98 Branch: refs/heads/STREAMS-70 Commit: d965ed987c7e556f752f58a53e37dbbc5a01ecfd Parents: 65157bd Author: sblackmon <[email protected]> Authored: Mon May 19 20:19:47 2014 -0500 Committer: sblackmon <[email protected]> Committed: Mon May 19 20:19:47 2014 -0500 ---------------------------------------------------------------------- .../org/apache/streams/json/JsonPathFilter.java | 4 ++-- .../streams/json/test/JsonPathExtractorTest.java | 19 +++++++++++++++++++ 2 files changed, 21 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d965ed98/streams-contrib/streams-processor-json/src/main/java/org/apache/streams/json/JsonPathFilter.java ---------------------------------------------------------------------- diff --git a/streams-contrib/streams-processor-json/src/main/java/org/apache/streams/json/JsonPathFilter.java b/streams-contrib/streams-processor-json/src/main/java/org/apache/streams/json/JsonPathFilter.java index 820e459..b8c10ab 100644 --- a/streams-contrib/streams-processor-json/src/main/java/org/apache/streams/json/JsonPathFilter.java +++ b/streams-contrib/streams-processor-json/src/main/java/org/apache/streams/json/JsonPathFilter.java @@ -1,5 +1,3 @@ -package org.apache.streams.json; - /* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file @@ -19,6 +17,8 @@ package org.apache.streams.json; * under the License. */ +package org.apache.streams.json; + import com.fasterxml.jackson.core.JsonProcessingException; import com.fasterxml.jackson.databind.JsonNode; import com.fasterxml.jackson.databind.ObjectMapper; http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d965ed98/streams-contrib/streams-processor-json/src/test/java/org/apache/streams/json/test/JsonPathExtractorTest.java ---------------------------------------------------------------------- diff --git a/streams-contrib/streams-processor-json/src/test/java/org/apache/streams/json/test/JsonPathExtractorTest.java b/streams-contrib/streams-processor-json/src/test/java/org/apache/streams/json/test/JsonPathExtractorTest.java index 7464ab1..2ab3b7f 100644 --- a/streams-contrib/streams-processor-json/src/test/java/org/apache/streams/json/test/JsonPathExtractorTest.java +++ b/streams-contrib/streams-processor-json/src/test/java/org/apache/streams/json/test/JsonPathExtractorTest.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.streams.json.test; import com.fasterxml.jackson.databind.node.ObjectNode;
