Skip to content

Commit 3b0c91f

Browse files
committed
Improve the code
1 parent 30309ba commit 3b0c91f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

common/src/main/java/org/apache/gravitino/dto/requests/CatalogCreateRequest.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,7 @@ public void setProvider(String provider) {
9898
throw new IllegalStateException(
9999
"Provider cannot be null for catalog type "
100100
+ type
101-
+ " that doesn't support managed "
102-
+ "catalog");
101+
+ " that doesn't support managed catalog");
103102
}
104103
}
105104

0 commit comments

Comments
 (0)