Fix doxygen comments

This commit is contained in:
apriestman 2021-04-12 14:23:10 -04:00
parent a37b7f17cf
commit 6eeaffbec8

View File

@ -301,7 +301,7 @@ final class AutopsyOptionsPanel extends javax.swing.JPanel {
/** /**
* Values for configuration located in the /etc/*.conf file. * Values for configuration located in the /etc/\*.conf file.
*/ */
private static class ConfValues { private static class ConfValues {
private final String XmxVal; private final String XmxVal;
@ -335,7 +335,7 @@ final class AutopsyOptionsPanel extends javax.swing.JPanel {
} }
/** /**
* Retrieve the /etc/*.conf file values pertinent to settings. * Retrieve the /etc/\*.conf file values pertinent to settings.
* @return The conf file values. * @return The conf file values.
* @throws IOException * @throws IOException
*/ */