#190 Remove urm plugin
This commit is contained in:
@ -1,15 +0,0 @@
|
||||
@startuml
|
||||
package com.iluwatar.guarded.suspension {
|
||||
class App {
|
||||
+ App()
|
||||
+ main(args : String[]) {static}
|
||||
}
|
||||
class GuardedQueue {
|
||||
- LOGGER : Logger {static}
|
||||
- sourceList : Queue<Integer>
|
||||
+ GuardedQueue()
|
||||
+ get() : Integer
|
||||
+ put(e : Integer)
|
||||
}
|
||||
}
|
||||
@enduml
|
Reference in New Issue
Block a user