diff --git a/src/main/webapp/app/shared/model/exercise.model.ts b/src/main/webapp/app/shared/model/exercise.model.ts index 5a54565fd2419a3d6f138d4d44941e6578bd3edf..d4b781889fdfd2138a1833eff5b81ef5b92ab4b7 100644 --- a/src/main/webapp/app/shared/model/exercise.model.ts +++ b/src/main/webapp/app/shared/model/exercise.model.ts @@ -56,7 +56,7 @@ export interface Exercise { lastUpdate: string; originalResult: SearchResultDTO; - //thesis + // thesis views: number; downloads: number; }