diff --git a/db/k5/k5pg3tvbzo061ldvlx18hczdvixp8jr.puml b/db/k5/k5pg3tvbzo061ldvlx18hczdvixp8jr.puml new file mode 100644 index 00000000..87a8f893 --- /dev/null +++ b/db/k5/k5pg3tvbzo061ldvlx18hczdvixp8jr.puml @@ -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 diff --git a/db/mf/mfd2uc9y5y7j1psx4kpaauodmymob7b.puml b/db/mf/mfd2uc9y5y7j1psx4kpaauodmymob7b.puml new file mode 100644 index 00000000..ee018cf2 --- /dev/null +++ b/db/mf/mfd2uc9y5y7j1psx4kpaauodmymob7b.puml @@ -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 <> { + - aimingPitch : double + - aimingYaw : double + - aimingFinished : boolean + - lastAimed : long + - timestampAimingMode : long +} +@enduml diff --git a/input/record.pu b/input/record.pu new file mode 100644 index 00000000..14a70a1e --- /dev/null +++ b/input/record.pu @@ -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 <> { + - aimingPitch : double + - aimingYaw : double + - aimingFinished : boolean + - lastAimed : long + - timestampAimingMode : long +} +@enduml