mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Polishing
This commit is contained in:
+1
-1
@@ -61,7 +61,7 @@ public class SimpleTimeZoneAwareLocaleContext extends SimpleLocaleContext implem
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return super.toString() + " " + (this.timeZone != null ? this.timeZone.toString() : "-");
|
||||
return super.toString() + " " + (this.timeZone != null ? this.timeZone : "-");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user