You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by im...@apache.org on 2015/05/09 19:12:45 UTC

[1/2] stratos git commit: This closes #300 on GitHub

Repository: stratos
Updated Branches:
  refs/heads/master 0d8b9a0d9 -> e72f46d95


This closes #300 on GitHub


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

Branch: refs/heads/master
Commit: e72f46d95f48742dd7279195b053f9ca7b1d6718
Parents: 7ea7605
Author: Imesh Gunaratne <im...@apache.org>
Authored: Sat May 9 22:42:42 2015 +0530
Committer: Imesh Gunaratne <im...@apache.org>
Committed: Sat May 9 22:42:42 2015 +0530

----------------------------------------------------------------------

----------------------------------------------------------------------



[2/2] stratos git commit: Correcting the class header comment and adding apache license

Posted by im...@apache.org.
Correcting the  class header comment and adding apache license


Project: http://git-wip-us.apache.org/repos/asf/stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/7ea76054
Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/7ea76054
Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/7ea76054

Branch: refs/heads/master
Commit: 7ea760540ee5473ee1ff784cbe74e0da6f86dd92
Parents: 0d8b9a0
Author: Vishanth <vi...@gmail.com>
Authored: Fri May 8 15:03:55 2015 +0530
Committer: Imesh Gunaratne <im...@apache.org>
Committed: Sat May 9 22:42:42 2015 +0530

----------------------------------------------------------------------
 .../exception/InvalidDomainException.java       | 22 +++++++++++++++++---
 1 file changed, 19 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/7ea76054/components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/exception/InvalidDomainException.java
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/exception/InvalidDomainException.java b/components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/exception/InvalidDomainException.java
index 56125a3..5ea2cde 100644
--- a/components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/exception/InvalidDomainException.java
+++ b/components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/exception/InvalidDomainException.java
@@ -1,8 +1,24 @@
+/*
+ * 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.stratos.rest.endpoint.exception;
 
-/**
- * Created by lahiru on 4/28/15.
- */
 public class InvalidDomainException extends RestAPIException{
     public InvalidDomainException(String msg) {
         super(msg);