Removed redundant static modifier from interface
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723315 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7d27838a84
commit
44ef22d492
1 changed files with 2 additions and 2 deletions
|
@ -21,8 +21,8 @@ package org.apache.tuscany.sca.core.work;
|
|||
|
||||
public interface WorkListener {
|
||||
|
||||
static long IMMEDIATE = 0;
|
||||
static long INDEFINITE = java.lang.Long.MAX_VALUE;
|
||||
long IMMEDIATE = 0;
|
||||
long INDEFINITE = java.lang.Long.MAX_VALUE;
|
||||
|
||||
void workAccepted(WorkEvent event);
|
||||
void workCompleted(WorkEvent event);
|
||||
|
|
Loading…
Add table
Reference in a new issue