Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2015-10-07 16:11:58 +0000
committerEike Stepper2015-10-07 16:11:58 +0000
commit7b5b1da475c629fc3644c58e89d54e65c41f04df (patch)
tree4311fb056fc8966ca3e347474bb554c35101d054 /plugins/org.eclipse.net4j.util/src/org/eclipse/net4j/util
parentaf251ff27a2342071bcbf2254a5b948db1dd45d3 (diff)
downloadcdo-7b5b1da475c629fc3644c58e89d54e65c41f04df.tar.gz
cdo-7b5b1da475c629fc3644c58e89d54e65c41f04df.tar.xz
cdo-7b5b1da475c629fc3644c58e89d54e65c41f04df.zip
[297142] Provide more documentation
https://bugs.eclipse.org/bugs/show_bug.cgi?id=297142
Diffstat (limited to 'plugins/org.eclipse.net4j.util/src/org/eclipse/net4j/util')
-rw-r--r--plugins/org.eclipse.net4j.util/src/org/eclipse/net4j/util/lifecycle/package-info.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.net4j.util/src/org/eclipse/net4j/util/lifecycle/package-info.java b/plugins/org.eclipse.net4j.util/src/org/eclipse/net4j/util/lifecycle/package-info.java
index d24bfb84c4..22185a62f2 100644
--- a/plugins/org.eclipse.net4j.util/src/org/eclipse/net4j/util/lifecycle/package-info.java
+++ b/plugins/org.eclipse.net4j.util/src/org/eclipse/net4j/util/lifecycle/package-info.java
@@ -7,7 +7,7 @@
/**
* A framework for components with a simple lifecycle.
- * Interfaces that describe the behaviour of objects with respect to their lifecycle.
+ * Interfaces that describe the behavior of objects with respect to their lifecycle.
* A utility class to interact with such objects and an abstract class that can be
* used to implement such objects are provided as well.
*/

Back to the top