Skip to content

Commit

Permalink
HCANN-102 Deprecate AssertionFailure and StringHelper
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanne committed Oct 23, 2020
1 parent d566873 commit 85e05d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Expand Up @@ -15,7 +15,9 @@
*
* @author Gavin King
* @auhor Emmanuel Bernard
* @deprecated This is an old class which will be removed; this project no longer uses it. No specific alternative is recommended.
*/
@Deprecated
public class AssertionFailure extends RuntimeException {

private static final Log log = LoggerFactory.make( AssertionFailure.class.getName() );
Expand Down
Expand Up @@ -12,10 +12,12 @@


/**
* Complete duplication of {@link org.hibernate.util.StringHelper}.
* This project no longer uses this class.
* @deprecated This will be removed.
*
* @author Emmanuel Bernard
*/
@Deprecated
public final class StringHelper {

private static final int ALIAS_TRUNCATE_LENGTH = 10;
Expand Down

0 comments on commit 85e05d7

Please sign in to comment.