Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
frascati
frascati
Commits
a57a2edb
Commit
a57a2edb
authored
Aug 11, 2010
by
Philippe Merle
Browse files
Added a serial version uid.
parent
d89abf93
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/helloworld-servlet/src/main/java/org/ow2/frascati/examples/helloworld/servlet/HelloWorldHttpServlet.java
View file @
a57a2edb
...
...
@@ -32,10 +32,11 @@ import javax.servlet.http.HttpServletResponse;
import
org.osoa.sca.annotations.Property
;
@SuppressWarnings
(
"serial"
)
public
class
HelloWorldHttpServlet
extends
HttpServlet
{
private
static
final
long
serialVersionUID
=
1L
;
/**
* A configurable property 'name'.
*/
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment