@@ -2237,7 +2237,7 @@ private static class FactoryInvokedException extends RuntimeException {
22372237 *
22382238 * @throws Exception
22392239 *
2240- * @see com.onelogin.saml2.Auth#setAuthnRequestFactory(com.onelogin.saml2.SamlOutgoingMessageFactory)
2240+ * @see com.onelogin.saml2.Auth#setAuthnRequestFactory(com.onelogin.saml2.factory. SamlOutgoingMessageFactory)
22412241 */
22422242 @ Test (expected = FactoryInvokedException .class )
22432243 public void testAuthnRequestFactory () throws Exception {
@@ -2266,7 +2266,7 @@ public AuthnRequestEx(Saml2Settings sett, AuthnRequestParams par) {
22662266 *
22672267 * @throws Exception
22682268 *
2269- * @see com.onelogin.saml2.Auth#setSamlResponseFactory(com.onelogin.saml2.SamlReceivedMessageFactory)
2269+ * @see com.onelogin.saml2.Auth#setSamlResponseFactory(com.onelogin.saml2.factory. SamlReceivedMessageFactory)
22702270 */
22712271 @ Test (expected = FactoryInvokedException .class )
22722272 public void testSamlResponseFactory () throws Exception {
@@ -2298,7 +2298,7 @@ public SamlResponseEx(Saml2Settings sett, HttpRequest req) throws Exception {
22982298 *
22992299 * @throws Exception
23002300 *
2301- * @see com.onelogin.saml2.Auth#setOutgoingLogoutRequestFactory(com.onelogin.saml2.SamlOutgoingMessageFactory)
2301+ * @see com.onelogin.saml2.Auth#setOutgoingLogoutRequestFactory(com.onelogin.saml2.factory. SamlOutgoingMessageFactory)
23022302 */
23032303 @ Test (expected = FactoryInvokedException .class )
23042304 public void testOutgoingLogoutRequestFactory () throws Exception {
@@ -2329,7 +2329,7 @@ public LogoutRequestEx(Saml2Settings sett, LogoutRequestParams par) {
23292329 *
23302330 * @throws Exception
23312331 *
2332- * @see com.onelogin.saml2.Auth#setReceivedLogoutRequestFactory(com.onelogin.saml2.SamlReceivedMessageFactory)
2332+ * @see com.onelogin.saml2.Auth#setReceivedLogoutRequestFactory(com.onelogin.saml2.factory. SamlReceivedMessageFactory)
23332333 */
23342334 @ Test (expected = FactoryInvokedException .class )
23352335 public void testReceivedLogoutRequestFactory () throws Exception {
@@ -2364,7 +2364,7 @@ public LogoutRequestEx(Saml2Settings sett, HttpRequest req) {
23642364 *
23652365 * @throws Exception
23662366 *
2367- * @see com.onelogin.saml2.Auth#setOutgoingLogoutResponseFactory(com.onelogin.saml2.SamlOutgoingMessageFactory)
2367+ * @see com.onelogin.saml2.Auth#setOutgoingLogoutResponseFactory(com.onelogin.saml2.factory. SamlOutgoingMessageFactory)
23682368 */
23692369 @ Test (expected = FactoryInvokedException .class )
23702370 public void testOutgoingLogoutResponseFactory () throws Exception {
@@ -2399,7 +2399,7 @@ public LogoutResponseEx(Saml2Settings sett, HttpRequest req) {
23992399 *
24002400 * @throws Exception
24012401 *
2402- * @see com.onelogin.saml2.Auth#setReceivedLogoutResponseFactory(com.onelogin.saml2.SamlReceivedMessageFactory)
2402+ * @see com.onelogin.saml2.Auth#setReceivedLogoutResponseFactory(com.onelogin.saml2.factory. SamlReceivedMessageFactory)
24032403 */
24042404 @ Test (expected = FactoryInvokedException .class )
24052405 public void testReceivedLogoutResponseFactory () throws Exception {
0 commit comments