Skip to content

Commit

Permalink
FIX: Fix error caused by < and > when creating JavaDoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhm0311 committed Dec 17, 2024
1 parent a3a32ef commit 3343502
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
* 스프링 Cache의 Arcus 구현체.
* <p>
* Arcus 캐시 키의 기본 구조는 prefix:subkey 입니다. prefix는 사용자가 그룹으로 생성하고자 하는 subkey들의 집합이며
* ArcusCache에서는 서비스 또는 빌드 단계 등의 구분을 위해 serviceId + <prefix | name> 문자열을 캐시 키의 prefix로 정의합니다.
* ArcusCache에서는 서비스 또는 빌드 단계 등의 구분을 위해 serviceId + {@literal <prefix | name>} 문자열을 캐시 키의 prefix로 정의합니다.
*/
public class ArcusCache extends AbstractValueAdaptingCache {

Expand Down

0 comments on commit 3343502

Please sign in to comment.