Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
dekome committed Nov 5, 2018
2 parents 0438811 + cd958d0 commit c5bd6c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import net.java.ao.schema.PrimaryKey;
import net.java.ao.schema.Table;

@Table("DecisionInComment")
@Table("CondecInComment")
public interface DecisionKnowledgeInCommentEntity extends RawEntity<Long>, Sentence{

@AutoIncrement
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*
* @see DecisionKnowledgeElement
*/
@Table("Decision")
@Table("CondecElement")
public interface DecisionKnowledgeElementInDatabase extends RawEntity<Integer> {
@AutoIncrement
@PrimaryKey("ID")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*
* @see Link
*/
@Table("GenericLink")
@Table("CondecLink")
public interface LinkInDatabase extends RawEntity<Integer> {
@AutoIncrement
@PrimaryKey("ID")
Expand Down

0 comments on commit c5bd6c3

Please sign in to comment.