Skip to content

Commit

Permalink
ns
Browse files Browse the repository at this point in the history
  • Loading branch information
belaban committed Oct 21, 2011
1 parent a1563f3 commit 1fce87c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions src/org/jgroups/Header.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
*/
public abstract class Header implements Streamable {

public Header() {
}


/**
* To be implemented by subclasses. Return the size of this object for the serialized version of it.
Expand Down
2 changes: 1 addition & 1 deletion src/org/jgroups/blocks/executor/ExecutionService.java
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ protected static final class RunnableAdapter<T> implements Callable<T>, Streamab
protected Runnable task;
protected T result;

protected RunnableAdapter() {
public RunnableAdapter() {

}
protected RunnableAdapter(Runnable task, T result) {
Expand Down

0 comments on commit 1fce87c

Please sign in to comment.