1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-09 00:59:39 +02:00

s/occured/occurred/

This commit is contained in:
Florian Schmaus 2019-10-30 12:02:36 +01:00
parent b0277d7e74
commit eb4c2c5572
50 changed files with 196 additions and 196 deletions

View file

@ -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");
// }
// }

View file

@ -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");
}
}

View file

@ -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 {

View file

@ -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,

View file

@ -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 {

View file

@ -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

View file

@ -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 {