File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ class ArtifactWriter extends ResourceWriter {
3131 if ( inputArtifactGraph [ DatabusUris . DCT_ABSTRACT ] != null ) {
3232 artifactGraph [ DatabusUris . DCT_ABSTRACT ] = inputArtifactGraph [ DatabusUris . DCT_ABSTRACT ] ;
3333 } else if ( artifactGraph [ DatabusUris . DCT_DESCRIPTION ] != null ) {
34- artifactGraph [ DatabusUris . DCT_DESCRIPTION ] = DatabusUtils . createAbstractFromDescription ( artifactGraph [ DatabusUris . DCT_DESCRIPTION ] ) ;
34+ artifactGraph [ DatabusUris . DCT_ABSTRACT ] = DatabusUtils . createAbstractFromDescription ( artifactGraph [ DatabusUris . DCT_DESCRIPTION ] ) ;
3535 }
3636
3737 var groupGraph = { } ;
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ class GroupWriter extends ResourceWriter {
3030 if ( inputGroupGraph [ DatabusUris . DCT_ABSTRACT ] != null ) {
3131 groupGraph [ DatabusUris . DCT_ABSTRACT ] = inputGroupGraph [ DatabusUris . DCT_ABSTRACT ] ;
3232 } else if ( groupGraph [ DatabusUris . DCT_DESCRIPTION ] != null ) {
33- groupGraph [ DatabusUris . DCT_DESCRIPTION ] = DatabusUtils . createAbstractFromDescription ( groupGraph [ DatabusUris . DCT_DESCRIPTION ] ) ;
33+ groupGraph [ DatabusUris . DCT_ABSTRACT ] = DatabusUtils . createAbstractFromDescription ( groupGraph [ DatabusUris . DCT_DESCRIPTION ] ) ;
3434 }
3535
3636 return [
You can’t perform that action at this time.
0 commit comments