Moved copyright notice above package @ jsonProcessing
This commit is contained in:
parent
88ac365b33
commit
bb7890f715
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,3 @@
|
|||
package uk.ac.aber.cs221.group20.json;
|
||||
/**
|
||||
* @(#) JsonProcessing.java 0,1 2020/04/27
|
||||
* <p>
|
||||
|
@ -6,6 +5,8 @@ package uk.ac.aber.cs221.group20.json;
|
|||
* All rights reserved.
|
||||
*/
|
||||
|
||||
package uk.ac.aber.cs221.group20.json;
|
||||
|
||||
import com.fasterxml.jackson.core.JsonProcessingException;
|
||||
import com.fasterxml.jackson.databind.ObjectMapper;
|
||||
|
||||
|
|
Reference in a new issue