Skip to content

Commit 7ce94f0

Browse files
authored
change 'required' to 'isRequired' and remove the default (#227)
1 parent 1dc91a4 commit 7ce94f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.microsoft.azure.functions</groupId>
66
<artifactId>azure-functions-java-library</artifactId>
7-
<version>3.2.0</version>
7+
<version>3.2.1</version>
88
<packaging>jar</packaging>
99
<parent>
1010
<groupId>com.microsoft.maven</groupId>

src/main/java/com/microsoft/azure/functions/annotation/McpToolProperty.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,5 @@
6868
*
6969
* @return true if required, false if optional
7070
*/
71-
boolean required() default false;
71+
boolean isRequired();
7272
}

0 commit comments

Comments
 (0)