From 05a1ae58a36b15acb1af7a005f6ff55c56d5d467 Mon Sep 17 00:00:00 2001
From: Johannes Hoermann <j.hoermann@adito.de>
Date: Fri, 30 Nov 2018 15:44:49 +0100
Subject: [PATCH] refactor appointment lib to fit new lib-standard

---
 process/Appointment_lib/process.js | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/process/Appointment_lib/process.js b/process/Appointment_lib/process.js
index 02745b585c..5f6529d06f 100644
--- a/process/Appointment_lib/process.js
+++ b/process/Appointment_lib/process.js
@@ -17,8 +17,6 @@ function AppointmentUtils() {}
  * @param {String} newState partstat
  * 
  * @return {String} updated attendees encoded as multistring
- * 
- * @static
  */
 AppointmentUtils.setPartStat = function (currentUserUri, attendees, newState) {
     attendeesDecodedArray = text.decodeMS(attendees);
@@ -73,8 +71,6 @@ AppointmentUtils.setPartStat = function (currentUserUri, attendees, newState) {
  * send an exchange action
  * @param {String} event to send
  * @param {String} newState state to send: "ACCEPT", "DECLINE", ""
- * 
- * @static
  */
 AppointmentUtils.sendExchangedAction = function(event, newState)
 {
-- 
GitLab