Skip to content

Commit

Permalink
http-client-java, TypeConditions in core namespace (#5030)
Browse files Browse the repository at this point in the history
  • Loading branch information
weidongxu-microsoft authored Nov 12, 2024
1 parent 731ff59 commit 0c6df27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public class Annotation {
= new Annotation(CLIENTCORE_PACKAGE, "HttpRequestInformation");
public static final Annotation UNEXPECTED_RESPONSE_EXCEPTION_INFORMATION
= new Annotation(CLIENTCORE_PACKAGE, "UnexpectedResponseExceptionDetail");
public static final Annotation TYPE_CONDITIONS = new Annotation(CLIENTCORE_PACKAGE, "TypeConditions");
public static final Annotation TYPE_CONDITIONS = new Annotation("io.clientcore.core.annotation", "TypeConditions");

private final String fullName;
private final String packageName;
Expand Down

0 comments on commit 0c6df27

Please sign in to comment.