We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b7ce55 commit 487f9ddCopy full SHA for 487f9dd
tls/etc/tls.urm.puml
@@ -0,0 +1,28 @@
1
+@startuml
2
+package com.iluwatar.tls {
3
+ class App {
4
+ ~ dateList : List<Date> {static}
5
+ ~ exceptionList : List<String> {static}
6
+ + App()
7
+ + main(args : String[]) {static}
8
+ }
9
+ class AppUgly {
10
11
12
+ + AppUgly()
13
14
15
+ class DateFormatRunnable {
16
+ - dateValue : String
17
+ - df : ThreadLocal<DateFormat>
18
+ + DateFormatRunnable(inDateFormat : String, inDateValue : String)
19
+ + run()
20
21
+ class DateFormatUglyRunnable {
22
23
+ - df : DateFormat
24
+ + DateFormatUglyRunnable(inDateFormat : String, inDateValue : String)
25
26
27
+}
28
+@enduml
0 commit comments