1
0
Fork 0
mirror of https://github.com/yweber/lodel2.git synced 2026-06-16 07:20:48 +02:00

EmFields: unecessary comment

This commit is contained in:
ArnAud 2015-07-09 16:47:56 +02:00
commit bd8bc7e814

View file

@ -82,7 +82,6 @@ class EmField(EmComponent):
# #
# Adds a column representing the field in its class' table # Adds a column representing the field in its class' table
# #
# @param emField EmField: the object representing the field
# @return True in case of success, False if not # @return True in case of success, False if not
def add_field_column_to_class_table(self): def add_field_column_to_class_table(self):
dbe = self.db_engine() dbe = self.db_engine()
@ -98,7 +97,6 @@ class EmField(EmComponent):
# #
# @return Name of the table # @return Name of the table
def get_class_table(self): def get_class_table(self):
#return self._get_class_table_db()
return self.get_class().class_table_name return self.get_class().class_table_name
## @brief Get the class that contains this field ## @brief Get the class that contains this field