Skip to content

Commit b343007

Browse files
committed
address comments
1 parent 7317967 commit b343007

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

fdb-record-layer-core/src/main/java/com/apple/foundationdb/record/query/plan/cascades/values/PromoteValue.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ public static Descriptors.EnumValueDescriptor stringToEnumValue(Descriptors.Enum
148148
return maybeValue;
149149
}
150150

151-
@Nonnull
152151
public static UUID stringToUuidValue(String value) {
153152
try {
154153
return UUID.fromString(value);

fdb-record-layer-core/src/test/proto/test_records_uuid.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* test_records_bytes.proto
2+
* test_records_uuid.proto
33
*
44
* This source file is part of the FoundationDB open source project
55
*

0 commit comments

Comments
 (0)