summaryrefslogtreecommitdiffstats
path: root/dozentenmodulserver
diff options
context:
space:
mode:
authorSteffen Ritter2023-05-12 18:02:12 +0200
committerSteffen Ritter2023-05-12 18:02:12 +0200
commita35cd8ec78c0f2bdfbccab220394335b40eb455e (patch)
tree8e54ebc23631a47335f88ca05f203b5b73cb29ab /dozentenmodulserver
parent[server] WebServer: Proper log level for uncaught exception (diff)
downloadtutor-module-a35cd8ec78c0f2bdfbccab220394335b40eb455e.tar.gz
tutor-module-a35cd8ec78c0f2bdfbccab220394335b40eb455e.tar.xz
tutor-module-a35cd8ec78c0f2bdfbccab220394335b40eb455e.zip
[server] Fix javadoc
Diffstat (limited to 'dozentenmodulserver')
-rw-r--r--dozentenmodulserver/src/main/java/org/openslx/bwlp/sat/thrift/cache/OperatingSystemList.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/dozentenmodulserver/src/main/java/org/openslx/bwlp/sat/thrift/cache/OperatingSystemList.java b/dozentenmodulserver/src/main/java/org/openslx/bwlp/sat/thrift/cache/OperatingSystemList.java
index f84ae3c2..75c3dffd 100644
--- a/dozentenmodulserver/src/main/java/org/openslx/bwlp/sat/thrift/cache/OperatingSystemList.java
+++ b/dozentenmodulserver/src/main/java/org/openslx/bwlp/sat/thrift/cache/OperatingSystemList.java
@@ -14,7 +14,7 @@ import org.openslx.util.QuickTimer;
import org.openslx.util.QuickTimer.Task;
/**
- * Holds the list of all known organizations. The list is synchronized with
+ * Holds the list of all known operating systems. The list is synchronized with
* the master server.
*/
public class OperatingSystemList extends CacheBase<List<OperatingSystem>> {