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() {
128
128
* associated with this exception, if the root cause was an instance of
129
129
* {@link javax.naming.NamingException}.
130
130
*
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
132
132
* that was resolved successfully if the root cause is an instance
133
133
* of javax.naming.NamingException, or <code>null</code> if the
134
134
* 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) {
167
167
* Specify whether <code>PartialResultException</code> should be ignored in
168
168
* searches. AD servers typically have a problem with referrals. Normally a
169
169
* 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
171
171
* <code>PartialResultException</code> being thrown when a referral is
172
172
* encountered by the server. Setting this property to <code>true</code>
173
173
* 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() {
251
251
@ Override
252
252
public Filter filter () {
253
253
if (rootContainer == null ) {
254
- throw new IllegalStateException ("No filter conditions have been specified specified " );
254
+ throw new IllegalStateException ("No filter conditions have been specified" );
255
255
}
256
256
return rootContainer .filter ();
257
257
}
You can’t perform that action at this time.
0 commit comments