Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
ETC42
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
etc42
ETC42
Commits
ee7ecf81
Commit
ee7ecf81
authored
7 years ago
by
SAPONE Alann
Browse files
Options
Downloads
Patches
Plain Diff
changed samp name metadata for launcher to ETC-42
parent
ab55f041
No related branches found
Branches containing commit
Tags
V1.0.0
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ETC-DataImportExport/src/main/java/org/cnrs/lam/dis/etc/dataimportexport/SampControllerImpl.java
+1
-1
1 addition, 1 deletion
...cnrs/lam/dis/etc/dataimportexport/SampControllerImpl.java
with
1 addition
and
1 deletion
ETC-DataImportExport/src/main/java/org/cnrs/lam/dis/etc/dataimportexport/SampControllerImpl.java
+
1
−
1
View file @
ee7ecf81
...
...
@@ -74,7 +74,7 @@ final class SampControllerImpl implements SampController {
private
Metadata
getmetadata
()
{
Metadata
metadataETC
=
new
Metadata
();
metadataETC
.
setName
(
"ETC"
);
metadataETC
.
setName
(
"ETC
-42
"
);
metadataETC
.
setDescriptionText
(
"Exposure Time Calculator"
);
return
metadataETC
;
}
...
...
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