Rebase the master and merge changes of PR 121
Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/a00d9619 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/a00d9619 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/a00d9619 Branch: refs/heads/master Commit: a00d961908c3a118a47588ac8d0d2d6a788916e4 Parents: ad66a0c Author: gayan <[email protected]> Authored: Fri Nov 28 17:05:33 2014 +0530 Committer: gayan <[email protected]> Committed: Fri Nov 28 18:27:22 2014 +0530 ---------------------------------------------------------------------- .../org/apache/stratos/Util/test/UtilTest.java | 35 -------------------- 1 file changed, 35 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/a00d9619/components/org.apache.stratos.messaging/src/test/java/org/apache/stratos/Util/test/UtilTest.java ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.messaging/src/test/java/org/apache/stratos/Util/test/UtilTest.java b/components/org.apache.stratos.messaging/src/test/java/org/apache/stratos/Util/test/UtilTest.java deleted file mode 100644 index c9ac744..0000000 --- a/components/org.apache.stratos.messaging/src/test/java/org/apache/stratos/Util/test/UtilTest.java +++ /dev/null @@ -1,35 +0,0 @@ -/* - * - * * 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.Util.test; - -import org.apache.stratos.messaging.util.Util; - -/** - * Created by gayan on 11/25/14. - */ -public class UtilTest { - - public static void main(String[] args) { - System.out.print(Util.getRandomString(10)); - } - - -}
