From b44e82387be965f5e9f9580f5d30facb5f4fdd43 Mon Sep 17 00:00:00 2001 From: shenhongxi Date: Thu, 29 Jun 2017 16:08:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E5=8C=96=E6=A1=86=E6=9E=B6mo?= =?UTF-8?q?tan?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../spring/boot/motan/MotanDemoService.java | 16 ++-------------- .../spring/boot/motan/MotanDemoServiceImpl.java | 16 ++-------------- 2 files changed, 4 insertions(+), 28 deletions(-) diff --git a/whatsmars-spring-boot/src/main/java/com/itlong/whatsmars/spring/boot/motan/MotanDemoService.java b/whatsmars-spring-boot/src/main/java/com/itlong/whatsmars/spring/boot/motan/MotanDemoService.java index 226c3647..3073fc84 100644 --- a/whatsmars-spring-boot/src/main/java/com/itlong/whatsmars/spring/boot/motan/MotanDemoService.java +++ b/whatsmars-spring-boot/src/main/java/com/itlong/whatsmars/spring/boot/motan/MotanDemoService.java @@ -1,17 +1,5 @@ -/* - * Copyright 2009-2016 Weibo, Inc. - * - * Licensed 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. +/** + * Created by shenhongxi on 2017/3/27. */ package com.itlong.whatsmars.spring.boot.motan; diff --git a/whatsmars-spring-boot/src/main/java/com/itlong/whatsmars/spring/boot/motan/MotanDemoServiceImpl.java b/whatsmars-spring-boot/src/main/java/com/itlong/whatsmars/spring/boot/motan/MotanDemoServiceImpl.java index 2a08e8b5..81322bc4 100644 --- a/whatsmars-spring-boot/src/main/java/com/itlong/whatsmars/spring/boot/motan/MotanDemoServiceImpl.java +++ b/whatsmars-spring-boot/src/main/java/com/itlong/whatsmars/spring/boot/motan/MotanDemoServiceImpl.java @@ -1,17 +1,5 @@ -/* - * Copyright 2009-2016 Weibo, Inc. - * - * Licensed 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. +/** + * Created by shenhongxi on 2017/3/27. */ package com.itlong.whatsmars.spring.boot.motan; -- GitLab