Skip to content

Commit

Permalink
Update UrnUtils.java
Browse files Browse the repository at this point in the history
  • Loading branch information
mars-lan authored Mar 2, 2020
1 parent 4e56a39 commit 3327d0b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions li-utils/src/main/java/com/linkedin/common/urn/UrnUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ public static FabricType toFabricType(@Nonnull String fabric) {
return FabricType.EI;
case "DEV":
return FabricType.DEV;
case "LIT":
return FabricType.LIT;
case "PRIME":
return FabricType.PRIME;
default:
throw new IllegalArgumentException("Unsupported Fabric Type: " + fabric);
}
Expand Down

0 comments on commit 3327d0b

Please sign in to comment.