Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mediaconch_plugin4rosetta
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Harbor Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Digital Preservation
mediaconch_plugin4rosetta
Commits
29d05bda
Commit
29d05bda
authored
3 years ago
by
Jens Steidl
Browse files
Options
Downloads
Patches
Plain Diff
- minor: fixed typos
parent
d8ddfe5b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
java/org/slub/rosetta/dps/repository/plugin/SLUBTechnicalMetadataExtractorMediaConchPlugin.java
+2
-2
2 additions, 2 deletions
...lugin/SLUBTechnicalMetadataExtractorMediaConchPlugin.java
with
2 additions
and
2 deletions
java/org/slub/rosetta/dps/repository/plugin/SLUBTechnicalMetadataExtractorMediaConchPlugin.java
+
2
−
2
View file @
29d05bda
...
...
@@ -345,7 +345,7 @@ public class SLUBTechnicalMetadataExtractorMediaConchPlugin implements MDExtract
return
Collections
.
unmodifiableList
(
extractionErrors
);
}
/* base is the property file from original mediainfo-plugin of FL wo
o
rking group */
/* base is the property file from original mediainfo-plugin of FL working group */
@Override
public
List
<
String
>
getSupportedAttributeNames
()
{
//return new ArrayList<String>(attributes.keySet());
...
...
@@ -495,7 +495,7 @@ public class SLUBTechnicalMetadataExtractorMediaConchPlugin implements MDExtract
throw
new
Exception
(
"ERROR: path="
+
filename
+
" not available"
);
}
}
/** stand
alone check, main file to call local installed clamd
/** stand
-
alone check, main file to call local installed clamd
* @param args list of files which should be scanned
*/
public
static
void
main
(
String
[]
args
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment