STREAMS-122 | Added header
Project: http://git-wip-us.apache.org/repos/asf/incubator-streams/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams/commit/957e13f9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams/tree/957e13f9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams/diff/957e13f9 Branch: refs/heads/STREAMS-46 Commit: 957e13f9d0bcf330d40e47691ce2c9b8a038781a Parents: 23bfcac Author: Robert Douglas <[email protected]> Authored: Wed Jul 2 11:19:57 2014 -0500 Committer: Robert Douglas <[email protected]> Committed: Wed Jul 2 11:19:57 2014 -0500 ---------------------------------------------------------------------- .../serializer/util/InstagramDeserializer.java | 21 +++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/957e13f9/streams-contrib/streams-provider-instagram/src/main/java/org/apache/streams/instagram/serializer/util/InstagramDeserializer.java ---------------------------------------------------------------------- diff --git a/streams-contrib/streams-provider-instagram/src/main/java/org/apache/streams/instagram/serializer/util/InstagramDeserializer.java b/streams-contrib/streams-provider-instagram/src/main/java/org/apache/streams/instagram/serializer/util/InstagramDeserializer.java index b4aee2d..d4280bf 100644 --- a/streams-contrib/streams-provider-instagram/src/main/java/org/apache/streams/instagram/serializer/util/InstagramDeserializer.java +++ b/streams-contrib/streams-provider-instagram/src/main/java/org/apache/streams/instagram/serializer/util/InstagramDeserializer.java @@ -1,11 +1,26 @@ +/* + * 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 + * + * 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.instagram.serializer.util; import org.jinstagram.Instagram; import org.jinstagram.exceptions.InstagramException; -/** - * Created by rdouglas on 7/1/14. - */ public class InstagramDeserializer extends Instagram{ public InstagramDeserializer(String test) { super(test);
