diff options
| author | Paul Buetow <paul@buetow.org> | 2008-06-02 19:41:14 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-06-02 19:41:14 +0000 |
| commit | adca28d981ef8c9d09c5ba0a6e56b2145a14c60f (patch) | |
| tree | 62bc8403119ded16170c5e6693bf07ffbd91c06f /sources/protocols/implementations/VSTwoPhaseCommitProtocol.java | |
| parent | 16200e39c38ed76ddac954c7e005a22b6233c642 (diff) | |
fixes
Diffstat (limited to 'sources/protocols/implementations/VSTwoPhaseCommitProtocol.java')
| -rw-r--r-- | sources/protocols/implementations/VSTwoPhaseCommitProtocol.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/protocols/implementations/VSTwoPhaseCommitProtocol.java b/sources/protocols/implementations/VSTwoPhaseCommitProtocol.java index 67edfca..4c49ddc 100644 --- a/sources/protocols/implementations/VSTwoPhaseCommitProtocol.java +++ b/sources/protocols/implementations/VSTwoPhaseCommitProtocol.java @@ -40,7 +40,7 @@ public class VSTwoPhaseCommitProtocol extends VSAbstractProtocol { private static final long serialVersionUID = 1L; /** - * Instantiates a one phase commit protocol object. + * Instantiates a two phase commit protocol object. */ public VSTwoPhaseCommitProtocol() { super(VSAbstractProtocol.HAS_ON_SERVER_START); |
