Skip to content

Commit

Permalink
Merge pull request payara#6836 from NotedSalmon/FISH-8887-Clear-Cache…
Browse files Browse the repository at this point in the history
…-Typo

FISH-8887 new REST endpoint with correct spelling.
  • Loading branch information
NotedSalmon authored and Pandrex247 committed Aug 13, 2024
1 parent 9f6b367 commit 898dae8
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright (c) [2016-2023] Payara Foundation and/or its affiliates. All rights reserved.
* Copyright (c) [2016-2024] Payara Foundation and/or its affiliates. All rights reserved.
*
* The contents of this file are subject to the terms of either the GNU
* General Public License Version 2 only ("GPL") or the Common Development
Expand Down Expand Up @@ -75,10 +75,10 @@
@ExecuteOn(RuntimeType.INSTANCE)
@TargetType(value = {CommandTarget.DAS, CommandTarget.STANDALONE_INSTANCE, CommandTarget.CLUSTER, CommandTarget.CLUSTERED_INSTANCE, CommandTarget.CONFIG, CommandTarget.DEPLOYMENT_GROUP})
@RestEndpoints({
@RestEndpoint(configBean = Domain.class,
opType = RestEndpoint.OpType.GET,
path = "lclear-cache",
description = "Clears a JCache or Hazalcast IMap")
@RestEndpoint(configBean = Domain.class,
opType = RestEndpoint.OpType.GET,
path = "clear-cache",
description = "Clears a JCache or Hazalcast IMap")
})
public class ClearCache implements AdminCommand {

Expand Down

0 comments on commit 898dae8

Please sign in to comment.