diff --git a/src/main/java/de/thm/arsnova/entities/InterposedQuestion.java b/src/main/java/de/thm/arsnova/entities/InterposedQuestion.java index ca004b761299c13ec73335ae02094543027d95d8..0f500975d736b42bbd844ea4d442886e4c636493 100644 --- a/src/main/java/de/thm/arsnova/entities/InterposedQuestion.java +++ b/src/main/java/de/thm/arsnova/entities/InterposedQuestion.java @@ -21,12 +21,17 @@ package de.thm.arsnova.entities; public class InterposedQuestion { - + private String _id; private String _rev; private String type; private String subject; private String text; + /* FIXME sessionId actually is used to hold the sessionKey. + * This really needs to be changed because it leads to a lot + * of confusion. It can not be easily changed without a lot of + * refactoring since the client application depends on the + * current naming */ private String sessionId; private long timestamp; private boolean read;