Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fogbow
fogbow-green-sitter
Commits
52b6164c
Commit
52b6164c
authored
Apr 01, 2015
by
aninhacostaribeiro
Browse files
Updated Wakeup Request handler
parent
4a0fd001
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/fogbowcloud/green/server/communication/WakeUpRequestHandler.java
View file @
52b6164c
...
...
@@ -10,7 +10,7 @@ import org.xmpp.packet.IQ;
public
class
WakeUpRequestHandler
extends
AbstractQueryHandler
{
private
static
final
String
NAMESPACE
=
"org.fogbowc
query
loud.green.WakeUpRequest"
;
private
static
final
String
NAMESPACE
=
"org.fogbowcloud.green.WakeUpRequest"
;
private
final
ExecutorService
executor
=
Executors
.
newFixedThreadPool
(
1
);
private
final
GreenStrategy
gs
;
...
...
Write
Preview
Markdown
is supported
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