Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fractal
fractal
Commits
9eb15a16
Commit
9eb15a16
authored
Nov 10, 2017
by
Lionel Seinturier
Browse files
Remove uneeded declared exceptions.
parent
f5d4dd4a
Changes
1
Hide whitespace changes
Inline
Side-by-side
juliac/extension/osgi/examples/helloworld/assembly-felix/src/main/java/example/hw/Main.java
View file @
9eb15a16
...
...
@@ -23,8 +23,6 @@
package
example.hw
;
import
java.io.IOException
;
import
org.objectweb.fractal.api.Component
;
import
org.objectweb.fractal.api.NoSuchInterfaceException
;
import
org.objectweb.fractal.api.Type
;
...
...
@@ -38,7 +36,6 @@ import org.objectweb.fractal.juliac.osgi.JuliacOSGi;
import
org.objectweb.fractal.juliac.osgi.OSGiHelper
;
import
org.objectweb.fractal.juliac.osgi.PlatformItf
;
import
org.objectweb.fractal.util.Fractal
;
import
org.osgi.framework.BundleException
;
import
example.hw.itf.Service
;
import
example.hw.itf.ServiceAttributes
;
...
...
@@ -56,7 +53,6 @@ public class Main {
ClassNotFoundException
,
IllegalLifeCycleException
,
NoSuchInterfaceException
,
InstantiationException
,
java
.
lang
.
InstantiationException
,
IllegalAccessException
,
BundleException
,
IOException
,
org
.
objectweb
.
fractal
.
juliac
.
osgi
.
revision
.
OSGiRevisionException
{
try
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment