Skip to content

Commit

Permalink
Cleanup javadoc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
slominskir committed Nov 28, 2017
1 parent fac12e5 commit 88b2f81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/org/jlab/elog/LogItem.java
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ void checkAndTallyAttachmentSize() throws AttachmentSizeException,
* type. The mime type is guessed by using the readily available
* java.net.URLConnection file name map, which simply looks at file
* extension and compares with the very limited lookup file at:
* <verbatim>[JRE_HOME]\lib\content-types.properties</verbatim>
* <pre>{@code[JRE_HOME]\lib\content-types.properties}</pre>
*
* @param filepath The file path
* @throws AttachmentSizeException If the attachment crosses a size limit
Expand All @@ -312,7 +312,7 @@ public void addAttachment(String filepath) throws AttachmentSizeException,
* mime type. The mime type is guessed by using the readily available
* java.net.URLConnection file name map, which simply looks at file
* extension and compares with the very limited lookup file at:
* <verbatim>[JRE_HOME]\lib\content-types.properties</verbatim>
* <pre>{@code[JRE_HOME]\lib\content-types.properties}</pre>
*
* @param filepath The file path
* @param caption The caption
Expand Down
2 changes: 1 addition & 1 deletion src/org/jlab/elog/ProblemReport.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public final class ProblemReport {
* @param systemId The system ID
* @param groupId The group ID
* @param componentId The optional component ID (may be null)
* @throws LogEntryRuntimeException if type is null
* @throws LogRuntimeException if type is null
*/
public ProblemReport(ProblemReportType type, boolean needsAttention, int systemId, int groupId,
Integer componentId) throws LogRuntimeException {
Expand Down

0 comments on commit 88b2f81

Please sign in to comment.