File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
mcp/src/main/java/io/modelcontextprotocol/util Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 11
11
@ Deprecated
12
12
public class DeafaultMcpUriTemplateManagerFactory implements McpUriTemplateManagerFactory {
13
13
14
- /**
15
- * Creates a new instance of {@link McpUriTemplateManager} with the specified URI
16
- * template.
17
- *
18
- * @param uriTemplate The URI template to be used for variable extraction
19
- * @return A new instance of {@link McpUriTemplateManager}
20
- * @throws IllegalArgumentException if the URI template is null or empty
21
- */
22
- @ Override
23
- public McpUriTemplateManager create (String uriTemplate ) {
24
- return new DefaultMcpUriTemplateManager (uriTemplate );
25
- }
14
+ /**
15
+ * Creates a new instance of {@link McpUriTemplateManager} with the specified URI
16
+ * template.
17
+ *
18
+ * @param uriTemplate The URI template to be used for variable extraction
19
+ * @return A new instance of {@link McpUriTemplateManager}
20
+ * @throws IllegalArgumentException if the URI template is null or empty
21
+ */
22
+ @ Override
23
+ public McpUriTemplateManager create (String uriTemplate ) {
24
+ return new DefaultMcpUriTemplateManager (uriTemplate );
25
+ }
26
26
}
You can’t perform that action at this time.
0 commit comments