diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-06-15 23:58:28 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-06-16 09:14:41 +0100 |
commit | 4c7a7590b163ab0b955bed86b16937cbcccf8871 (patch) | |
tree | 2afc028681ebf8392a36a283bf38cdc672a335bc /bean | |
parent | 24cad429294b20bb5ab6dd00aab202e209946b5b (diff) |
fix comment typo
Diffstat (limited to 'bean')
-rw-r--r-- | bean/com/sun/star/comp/beans/HasConnectionException.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bean/com/sun/star/comp/beans/HasConnectionException.java b/bean/com/sun/star/comp/beans/HasConnectionException.java index fcebebf9334f..7c70042e4fad 100644 --- a/bean/com/sun/star/comp/beans/HasConnectionException.java +++ b/bean/com/sun/star/comp/beans/HasConnectionException.java @@ -27,7 +27,7 @@ package com.sun.star.comp.beans; -/** This expception is thrown when a method is called which +/** This exception is thrown when a method is called which is only defined for not already having an established connection. |