From 67a9d1532c9efce3c0405491434b08fb671efb48 Mon Sep 17 00:00:00 2001 From: liunianmiyu Date: Fri, 15 Jul 2016 17:40:54 +0800 Subject: [PATCH] =?UTF-8?q?hello=E5=AD=99=E7=A6=8F=E8=BF=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/com/touch/graduation/common/User.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/com/touch/graduation/common/User.java b/src/com/touch/graduation/common/User.java index 416c65e..8cbad54 100644 --- a/src/com/touch/graduation/common/User.java +++ b/src/com/touch/graduation/common/User.java @@ -21,4 +21,9 @@ public void setPasswd(String passwd) { this.passwd = passwd; } + @Override + public String toString() { + // TODO Auto-generated method stub + return "���"; + } }