Browse Source

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

pull/1/head
Luke Taylor 15 years ago
parent
commit
162cb64baa
  1. 3
      crypto/src/main/java/org/springframework/security/crypto/util/package-info.java

3
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; package org.springframework.security.crypto.util;

Loading…
Cancel
Save