Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fltrail
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
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
fides
fltrail
Commits
18eccbb0
Commit
18eccbb0
authored
6 years ago
by
quark
Browse files
Options
Downloads
Patches
Plain Diff
changed Obeject in File
parent
b3873886
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gemeinsamforschen/src/main/java/unipotsdam/gf/interfaces/ResearchReport.java
+2
-2
2 additions, 2 deletions
...rc/main/java/unipotsdam/gf/interfaces/ResearchReport.java
with
2 additions
and
2 deletions
gemeinsamforschen/src/main/java/unipotsdam/gf/interfaces/ResearchReport.java
+
2
−
2
View file @
18eccbb0
...
@@ -15,7 +15,7 @@ public interface ResearchReport {
...
@@ -15,7 +15,7 @@ public interface ResearchReport {
* @param filePath Path of the File
* @param filePath Path of the File
* @param userId The id of the uploader of the File
* @param userId The id of the uploader of the File
*/
*/
Object
addFile
(
String
filename
,
String
filePath
,
String
userId
);
File
addFile
(
String
filename
,
String
filePath
,
String
userId
);
/**
/**
* Return a File / Download
* Return a File / Download
...
@@ -24,7 +24,7 @@ public interface ResearchReport {
...
@@ -24,7 +24,7 @@ public interface ResearchReport {
* @param filePath Path of the File
* @param filePath Path of the File
* @return Returns the File to download
* @return Returns the File to download
*/
*/
Object
getFile
(
String
filename
,
String
filePath
);
File
getFile
(
String
filename
,
String
filePath
);
/**
/**
* Delete a File
* Delete a File
...
...
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