Skip to content

Commit

Permalink
Merge pull request #45 from palantir/feature/fix-warning
Browse files Browse the repository at this point in the history
add default serial version uid
  • Loading branch information
bavardage authored Sep 14, 2016
2 parents 291bd4a + aaffa32 commit e0af575
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
package com.palantir.config.crypto.util;

public class StringSubstitutionException extends RuntimeException {

private static final long serialVersionUID = 1L;

private final String value;
private final StringBuilder fieldBuilder;
private final boolean lastExtensionWasArrayIndex;
Expand Down

0 comments on commit e0af575

Please sign in to comment.