File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
core/src/main/java/org/springframework/ldap Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ public Name getRemainingName() {
128128 * associated with this exception, if the root cause was an instance of
129129 * {@link javax.naming.NamingException}.
130130 *
131- * @return a composite name describing the the leading portion of the name
131+ * @return a composite name describing the leading portion of the name
132132 * that was resolved successfully if the root cause is an instance
133133 * of javax.naming.NamingException, or <code>null</code> if the
134134 * resolved name field has not been set
Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ public void setIgnoreNameNotFoundException(boolean ignore) {
167167 * Specify whether <code>PartialResultException</code> should be ignored in
168168 * searches. AD servers typically have a problem with referrals. Normally a
169169 * referral should be followed automatically, but this does not seem to work
170- * with AD servers. The problem manifests itself with a a
170+ * with AD servers. The problem manifests itself with a
171171 * <code>PartialResultException</code> being thrown when a referral is
172172 * encountered by the server. Setting this property to <code>true</code>
173173 * presents a workaround to this problem by causing
Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ public String[] attributes() {
251251 @ Override
252252 public Filter filter () {
253253 if (rootContainer == null ) {
254- throw new IllegalStateException ("No filter conditions have been specified specified " );
254+ throw new IllegalStateException ("No filter conditions have been specified" );
255255 }
256256 return rootContainer .filter ();
257257 }
You can’t perform that action at this time.
0 commit comments