Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Framework
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
beamline
Framework
Commits
5387d9ee
Commit
5387d9ee
authored
3 years ago
by
Andrea Burattin
Browse files
Options
Downloads
Patches
Plain Diff
Fixed javadoc with new exception
parent
e2c1ac40
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
src/main/java/beamline/sources/Source.java
+3
-3
3 additions, 3 deletions
src/main/java/beamline/sources/Source.java
with
3 additions
and
3 deletions
src/main/java/beamline/sources/Source.java
+
3
−
3
View file @
5387d9ee
...
...
@@ -28,9 +28,9 @@ public interface Source<T> {
* This method is supposed to be called before the {@link #getObservable()}
* one: it is in charge of preparing the source to be processed.
*
* @throws Exception while preparing the source, it is important to be
aware
* that some sources may generate specific exceptions (e.g., file not
found,
* network problems).
* @throws
Source
Exception while preparing the source, it is important to be
*
aware
that some sources may generate specific exceptions (e.g., file not
*
found,
network problems).
*/
public
void
prepare
()
throws
SourceException
;
}
This diff is collapsed.
Click to expand it.
andbur
@andbur
mentioned in commit
7f583758
·
2 years ago
mentioned in commit
7f583758
mentioned in commit 7f5837583045f3d142966251395b6b3f8d4175aa
Toggle commit list
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