Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
PlayWallDesktop
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PlayWall
PlayWallDesktop
Commits
a1455851
Commit
a1455851
authored
Sep 1, 2019
by
Tobias Ullerich
Browse files
Options
Downloads
Patches
Plain Diff
Fix project import error message
parent
25316f8b
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
PlayWall/src/main/java/de/tobias/playpad/viewcontroller/dialog/project/ProjectImportDialog.java
+1
-1
1 addition, 1 deletion
...ad/viewcontroller/dialog/project/ProjectImportDialog.java
with
1 addition
and
1 deletion
PlayWall/src/main/java/de/tobias/playpad/viewcontroller/dialog/project/ProjectImportDialog.java
+
1
−
1
View file @
a1455851
...
...
@@ -189,7 +189,7 @@ public class ProjectImportDialog extends NVC implements ProjectImporterDelegate,
getStageContainer
().
ifPresent
(
NVCStage:
:
close
);
}
catch
(
IOException
|
DocumentException
|
ProjectNotFoundException
|
ProfileNotFoundException
|
ProjectImporter
.
ProjectImportCorruptedException
e
)
{
Logger
.
error
(
e
);
showErrorMessage
(
Localization
.
getString
(
Strings
.
ERROR_PROJECT_
EX
PORT
));
showErrorMessage
(
Localization
.
getString
(
Strings
.
ERROR_PROJECT_
IM
PORT
));
}
catch
(
ProjectReader
.
ProjectReaderDelegate
.
ProfileAbortException
ignored
)
{
}
}
...
...
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