d i f f   - - g i t   a / b a c k e n d / s r c / m a i n / j a v a / c o m / w r i t e o f f / m o d u l e / m e e t i n g / s e r v i c e / M e e t i n g M a t e r i a l S e r v i c e . j a v a   b / b a c k e n d / s r c / m a i n / j a v a / c o m / w r i t e o f f / m o d u l e / m e e t i n g / s e r v i c e / M e e t i n g M a t e r i a l S e r v i c e . j a v a 
 
 i n d e x   a c b 4 8 e 7 . . 7 b 3 8 b 1 4   1 0 0 6 4 4 
 
 - - -   a / b a c k e n d / s r c / m a i n / j a v a / c o m / w r i t e o f f / m o d u l e / m e e t i n g / s e r v i c e / M e e t i n g M a t e r i a l S e r v i c e . j a v a 
 
 + + +   b / b a c k e n d / s r c / m a i n / j a v a / c o m / w r i t e o f f / m o d u l e / m e e t i n g / s e r v i c e / M e e t i n g M a t e r i a l S e r v i c e . j a v a 
 
 @ @   - 9 1 5 , 7   + 9 1 5 , 7   @ @   p u b l i c   c l a s s   M e e t i n g M a t e r i a l S e r v i c e   { 
 
                           r e t u r n   t r u e ; 
 
                   } 
 
                   S t r i n g   s t a t u s   =   s t r i n g V a l u e ( i s s u e . g e t ( " s t a t u s " ) ) . t o U p p e r C a s e ( L o c a l e . R O O T ) ; 
 
 -                 r e t u r n   " C H A N G E D " . e q u a l s ( s t a t u s )   | |   " R E S O L V E D " . e q u a l s ( s t a t u s ) ; 
 
 +                 r e t u r n   " C H A N G E D " . e q u a l s ( s t a t u s )   | |   " R E S O L V E D " . e q u a l s ( s t a t u s )   | |   " P E N D I N G _ C O N F I R M " . e q u a l s ( s t a t u s ) ; 
 
           } 
 
   
 
           p r i v a t e   S t r i n g   n o r m a l i z e S u p p o r t e d M o d u l e C o d e ( S t r i n g   m o d u l e C o d e )   { 
 
 @ @   - 2 3 8 0 , 6   + 2 3 8 0 , 1 9   @ @   p u b l i c   c l a s s   M e e t i n g M a t e r i a l S e r v i c e   { 
 
                   } 
 
                   a d d A t t a c h m e n t N o d e F r o m S i n g l e F i l e ( i n d e x ,   " s i g n I n S h e e t " ,   " ~`Wt? ,   r o o t . g e t ( " s i g n I n S h e e t " ) ) ; 
 
                   a d d A t t a c h m e n t N o d e F r o m S i n g l e F i l e ( i n d e x ,   " t h e m e P h o t o " ,   " mZZ}EX" ,   r o o t . g e t ( " t h e m e P h o t o " ) ) ; 
 
 +                 O b j e c t   v i d e o O b j   =   r o o t . g e t ( " m e e t i n g V i d e o " ) ; 
 
 +                 i f   ( v i d e o O b j   i n s t a n c e o f   M a p )   { 
 
 +                         M a p < S t r i n g ,   O b j e c t >   v i d e o M a p   =   a s O b j e c t M a p O r E m p t y ( v i d e o O b j ) ; 
 
 +                         S t r i n g   t y p e   =   s t r i n g V a l u e ( v i d e o M a p . g e t ( " t y p e " ) ) ; 
 
 +                         i f   ( " l i n k " . e q u a l s ( t y p e ) )   { 
 
 +                                 S t r i n g   l i n k   =   s t r i n g V a l u e ( v i d e o M a p . g e t ( " l i n k " ) ) ; 
 
 +                                 i f   ( ! l i n k . i s E m p t y ( ) )   { 
 
 +                                         a d d F i e l d N o d e ( i n d e x ,   " m e e t i n g V i d e o " ,   " |m3lYtUv" ,   "  bmp4^?   +   l i n k ) ; 
 
 +                                 } 
 
 +                         }   e l s e   { 
 
 +                                 a d d A t t a c h m e n t N o d e F r o m S i n g l e F i l e ( i n d e x ,   " m e e t i n g V i d e o " ,   " |m3lYtUv" ,   v i d e o O b j ) ; 
 
 +                         } 
 
 +                 } 
 
                   O b j e c t   i n v i t a t i o n O b j   =   r o o t . g e t ( " i n v i t a t i o n " ) ; 
 
                   i f   ( i n v i t a t i o n O b j   i n s t a n c e o f   C o l l e c t i o n )   { 
 
                           i n t   i d x   =   1 ; 
 
 