-
Notifications
You must be signed in to change notification settings - Fork 936
Stabilize complex attributes #7973
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 5 commits
eca5ee4
8c951bd
0e2af07
103d13b
0e19885
0ad0d89
3b6a906
bc77eed
543e8eb
c133eea
3a8b796
4fbab35
7604d83
fd5fa9d
facd585
2a8fd46
83dd600
04c4a6f
a98199a
d31abc4
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. changes copy-pasted from |
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. changes copy-pasted from |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -17,5 +17,6 @@ public enum AttributeType { | |
| STRING_ARRAY, | ||
| BOOLEAN_ARRAY, | ||
| LONG_ARRAY, | ||
| DOUBLE_ARRAY | ||
| DOUBLE_ARRAY, | ||
| VALUE | ||
| } | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. changes copy-pasted from |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changes copy-pasted from
ExtendedArrayBackedAttributes.java