Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions db/k5/k5pg3tvbzo061ldvlx18hczdvixp8jr.puml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"sha1": "k5pg3tvbzo061ldvlx18hczdvixp8jr",
"insertion": {
"when": "2025-06-14T09:47:48.601Z",
"url": "https://github.com/plantuml/plantuml/pull/2232",
"user": "plantuml@gmail.com"
}
}
@startuml
record Key {
- namespace : String
- key : String
+ {static} NAMESPACED_KEY_PATTERN : Pattern
+ Key(namespace : String, key : String)
+ full() : String
+ toString() : String
}

@enduml
17 changes: 17 additions & 0 deletions db/mf/mfd2uc9y5y7j1psx4kpaauodmymob7b.puml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"sha1": "mfd2uc9y5y7j1psx4kpaauodmymob7b",
"insertion": {
"when": "2025-06-14T09:47:48.632Z",
"url": "https://github.com/plantuml/plantuml/pull/2232",
"user": "plantuml@gmail.com"
}
}
@startuml
dataclass AngleData <<lombok>> {
- aimingPitch : double
- aimingYaw : double
- aimingFinished : boolean
- lastAimed : long
- timestampAimingMode : long
}
@enduml
26 changes: 26 additions & 0 deletions input/record.pu
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
https://github.com/plantuml/plantuml/pull/2232

@startuml
record Key {
- namespace : String
- key : String
+ {static} NAMESPACED_KEY_PATTERN : Pattern
+ Key(namespace : String, key : String)
+ full() : String
+ toString() : String
}

@enduml

https://github.com/plantuml/plantuml/pull/2232


@startuml
dataclass AngleData <<lombok>> {
- aimingPitch : double
- aimingYaw : double
- aimingFinished : boolean
- lastAimed : long
- timestampAimingMode : long
}
@enduml