mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-09-09 10:19:41 +02:00
s/occured/occurred/
This commit is contained in:
parent
b0277d7e74
commit
eb4c2c5572
50 changed files with 196 additions and 196 deletions
|
@ -234,7 +234,7 @@ public class JingleManagerTest extends SmackTestCase {
|
|||
|
||||
} catch (Exception e) {
|
||||
LOGGER.log(Level.WARNING, "exception", e);
|
||||
fail("An error occured with Jingle");
|
||||
fail("An error occurred with Jingle");
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -294,7 +294,7 @@ public class JingleManagerTest extends SmackTestCase {
|
|||
|
||||
} catch (Exception e) {
|
||||
LOGGER.log(Level.WARNING, "exception", e);
|
||||
fail("An error occured with Jingle");
|
||||
fail("An error occurred with Jingle");
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -385,7 +385,7 @@ public class JingleManagerTest extends SmackTestCase {
|
|||
|
||||
} catch (Exception e) {
|
||||
LOGGER.log(Level.WARNING, "exception", e);
|
||||
fail("An error occured with Jingle");
|
||||
fail("An error occurred with Jingle");
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -499,7 +499,7 @@ public class JingleManagerTest extends SmackTestCase {
|
|||
|
||||
} catch (Exception e) {
|
||||
LOGGER.log(Level.WARNING, "exception", e);
|
||||
fail("An error occured with Jingle");
|
||||
fail("An error occurred with Jingle");
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -589,7 +589,7 @@ public class JingleManagerTest extends SmackTestCase {
|
|||
|
||||
} catch (Exception e) {
|
||||
LOGGER.log(Level.WARNING, "exception", e);
|
||||
fail("An error occured with Jingle");
|
||||
fail("An error occurred with Jingle");
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -985,7 +985,7 @@ public class JingleManagerTest extends SmackTestCase {
|
|||
//
|
||||
// } catch (Exception e) {
|
||||
// LOGGER.log(Level.WARNING, "exception", e);
|
||||
// fail("An error occured with Jingle");
|
||||
// fail("An error occurred with Jingle");
|
||||
// }
|
||||
// }
|
||||
|
||||
|
|
|
@ -396,7 +396,7 @@ public class STUNResolverTest extends SmackTestCase {
|
|||
|
||||
} catch (Exception e) {
|
||||
LOGGER.log(Level.WARNING, "exception", e);
|
||||
fail("An error occured with Jingle");
|
||||
fail("An error occurred with Jingle");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -70,7 +70,7 @@ public class AudioMediaSession extends JingleMediaSession implements MediaSessio
|
|||
* @return MediaSession TODO javadoc me please
|
||||
* @throws NoProcessorException if there is no media processor.
|
||||
* @throws UnsupportedFormatException if the format is not supported.
|
||||
* @throws IOException if an I/O error occured.
|
||||
* @throws IOException if an I/O error occurred.
|
||||
* @throws GeneralSecurityException if there was a geneeral security exception.
|
||||
*/
|
||||
public static MediaSession createSession(String localhost, int localPort, String remoteHost, int remotePort, MediaSessionListener eventHandler, int quality, boolean secure, boolean micOn) throws NoProcessorException, UnsupportedFormatException, IOException, GeneralSecurityException {
|
||||
|
|
|
@ -65,8 +65,8 @@ public abstract class JingleContentDescriptionProvider extends ExtensionElementP
|
|||
*
|
||||
* @param parser the input to parse
|
||||
* @return a description element
|
||||
* @throws IOException if an I/O error occured.
|
||||
* @throws XmlPullParserException if an error in the XML parser occured.
|
||||
* @throws IOException if an I/O error occurred.
|
||||
* @throws XmlPullParserException if an error in the XML parser occurred.
|
||||
*/
|
||||
@Override
|
||||
public JingleContentDescription parse(XmlPullParser parser,
|
||||
|
|
|
@ -66,8 +66,8 @@ public abstract class JingleDescriptionProvider extends ExtensionElementProvider
|
|||
* @param parser TODO javadoc me please
|
||||
* the input to parse
|
||||
* @return a description element
|
||||
* @throws IOException if an I/O error occured.
|
||||
* @throws XmlPullParserException if an error in the XML parser occured.
|
||||
* @throws IOException if an I/O error occurred.
|
||||
* @throws XmlPullParserException if an error in the XML parser occurred.
|
||||
*/
|
||||
@Override
|
||||
public JingleDescription parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment) throws XmlPullParserException, IOException {
|
||||
|
|
|
@ -45,8 +45,8 @@ public class JingleProvider extends IQProvider<Jingle> {
|
|||
|
||||
/**
|
||||
* Parse a iq/jingle element.
|
||||
* @throws XmlPullParserException if an error in the XML parser occured.
|
||||
* @throws IOException if an I/O error occured.
|
||||
* @throws XmlPullParserException if an error in the XML parser occurred.
|
||||
* @throws IOException if an I/O error occurred.
|
||||
* @throws SmackParsingException if the Smack parser (provider) encountered invalid input.
|
||||
*/
|
||||
@Override
|
||||
|
|
|
@ -49,8 +49,8 @@ public abstract class JingleTransportProvider extends ExtensionElementProvider<J
|
|||
*
|
||||
* @param parser the structure to parse
|
||||
* @return a transport element.
|
||||
* @throws IOException if an I/O error occured.
|
||||
* @throws XmlPullParserException if an error in the XML parser occured.
|
||||
* @throws IOException if an I/O error occurred.
|
||||
* @throws XmlPullParserException if an error in the XML parser occurred.
|
||||
*/
|
||||
@Override
|
||||
public JingleTransport parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment) throws XmlPullParserException, IOException {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue