Skip to content

Commit

Permalink
Suppress warning about non-standard class name
Browse files Browse the repository at this point in the history
  • Loading branch information
Jmcleodfoss committed Oct 27, 2020
1 parent aa6e8c1 commit 678d604
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

/** The pstExplorer class provides a GUI for viewing PST files.
*/
@SuppressWarnings("serial")
@SuppressWarnings({"serial", "PMD.ClassNamingConventions"})
public class pstExplorer extends JFrame
{
/** This governs logging of some internal debugging information. */
Expand Down

0 comments on commit 678d604

Please sign in to comment.