Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.osgi.services/src/org/osgi/service/http/runtime/dto/FailedResourceDTO.java')
-rw-r--r--bundles/org.eclipse.osgi.services/src/org/osgi/service/http/runtime/dto/FailedResourceDTO.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.osgi.services/src/org/osgi/service/http/runtime/dto/FailedResourceDTO.java b/bundles/org.eclipse.osgi.services/src/org/osgi/service/http/runtime/dto/FailedResourceDTO.java
index 9ebead085..2f8ab091c 100644
--- a/bundles/org.eclipse.osgi.services/src/org/osgi/service/http/runtime/dto/FailedResourceDTO.java
+++ b/bundles/org.eclipse.osgi.services/src/org/osgi/service/http/runtime/dto/FailedResourceDTO.java
@@ -17,10 +17,10 @@
package org.osgi.service.http.runtime.dto;
/**
- * Represents a resource definition which is currently not being
- * used for a servlet context due to a problem.
+ * Represents a resource definition which is currently not being used by a
+ * servlet context due to a problem.
* <p>
- * As the service represented by this DTO is not used due to a failure, the
+ * As the resource represented by this DTO is not used due to a failure, the
* field {@link FailedResourceDTO#servletContextId} always returns {@code 0} and
* does not point to an existing servlet context.
*

Back to the top