insert comment

This commit is contained in:
Karl Mortensen 2016-01-04 11:55:47 -05:00
parent a96124952c
commit 3ce23e8b1d

View File

@ -389,7 +389,7 @@ final class PhotoRecCarverFileIngestModule implements FileIngestModule {
if (false == FileUtil.arePermissionsAppropriate(path)) { if (false == FileUtil.arePermissionsAppropriate(path)) {
throw new IngestModule.IngestModuleException( throw new IngestModule.IngestModuleException(
NbBundle.getMessage(PhotoRecCarverFileIngestModule.class, "PhotoRecIngestModule.PermissionsNotSufficient") NbBundle.getMessage(PhotoRecCarverFileIngestModule.class, "PhotoRecIngestModule.PermissionsNotSufficient")
+ SEP + path.toString() + SEP // SEP breaks lines to the dialog displays nicely. + SEP + path.toString() + SEP // SEP is line breaks to make the dialog display nicely.
+ NbBundle.getMessage(PhotoRecCarverFileIngestModule.class, "PhotoRecIngestModule.PermissionsNotSufficientSeeReference")); + NbBundle.getMessage(PhotoRecCarverFileIngestModule.class, "PhotoRecIngestModule.PermissionsNotSufficientSeeReference"));
} }
} }