This is an automated email from the ASF dual-hosted git repository.

carryxyh pushed a commit to branch 2.6.x
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo.git


The following commit(s) were added to refs/heads/2.6.x by this push:
     new ac49a7d  Remove extra modifiers (#2876)
ac49a7d is described below

commit ac49a7d34ac6cfe5ff089d9823bdad1171409c00
Author: huazhongming <crazy...@gmail.com>
AuthorDate: Tue Dec 4 10:05:42 2018 +0800

    Remove extra modifiers (#2876)
    
    Remove extra modifiers
---
 .../src/main/java/com/alibaba/dubbo/remoting/Decodeable.java            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dubbo-remoting/dubbo-remoting-api/src/main/java/com/alibaba/dubbo/remoting/Decodeable.java
 
b/dubbo-remoting/dubbo-remoting-api/src/main/java/com/alibaba/dubbo/remoting/Decodeable.java
index 733fe21..dfb6882 100644
--- 
a/dubbo-remoting/dubbo-remoting-api/src/main/java/com/alibaba/dubbo/remoting/Decodeable.java
+++ 
b/dubbo-remoting/dubbo-remoting-api/src/main/java/com/alibaba/dubbo/remoting/Decodeable.java
@@ -19,6 +19,6 @@ package com.alibaba.dubbo.remoting;
 
 public interface Decodeable {
 
-    public void decode() throws Exception;
+    void decode() throws Exception;
 
 }

Reply via email to