diff options
-rw-r--r-- | dozentenmodulserver/src/main/java/org/openslx/bwlp/sat/thrift/cache/OperatingSystemList.java | 2 |
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>> { |