You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by xi...@apache.org on 2020/08/06 09:41:53 UTC

[shardingsphere] branch master updated: Remove final

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

xiaoyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new a3462fc  Remove final
     new 16826c0  Merge pull request #6667 from menghaoranss/fix-example
a3462fc is described below

commit a3462fcc370062fb7589fc056ccd7c56a9f310b8
Author: menghaoranss <lo...@163.com>
AuthorDate: Thu Aug 6 17:27:40 2020 +0800

    Remove final
---
 .../org/apache/shardingsphere/example/core/api/entity/ShadowUser.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/example-core/example-api/src/main/java/org/apache/shardingsphere/example/core/api/entity/ShadowUser.java b/examples/example-core/example-api/src/main/java/org/apache/shardingsphere/example/core/api/entity/ShadowUser.java
index c7ab4b4..836dd7a 100644
--- a/examples/example-core/example-api/src/main/java/org/apache/shardingsphere/example/core/api/entity/ShadowUser.java
+++ b/examples/example-core/example-api/src/main/java/org/apache/shardingsphere/example/core/api/entity/ShadowUser.java
@@ -19,7 +19,7 @@ package org.apache.shardingsphere.example.core.api.entity;
 
 import java.io.Serializable;
 
-public final class ShadowUser implements Serializable {
+public class ShadowUser implements Serializable {
     
     private static final long serialVersionUID = 263434701950670170L;