فهرست منبع

SEC-1659: Label crypto utils package as only for internal use.

Luke Taylor 14 سال پیش
والد
کامیت
162cb64baa
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      crypto/src/main/java/org/springframework/security/crypto/util/package-info.java

+ 2 - 1
crypto/src/main/java/org/springframework/security/crypto/util/package-info.java

@@ -1,4 +1,5 @@
 /**
- * Shared crypto utilities.
+ * Shared crypto utilities for internal module use.
+ * These are liable to change or be refactored and should not be used by external code.
  */
 package org.springframework.security.crypto.util;