Skip to content

Commit

Permalink
Merge pull request #1358 from NCEAS/dev-2.10
Browse files Browse the repository at this point in the history
Fixed a typo on a method name
  • Loading branch information
taojing2002 authored Jun 3, 2019
2 parents cd7e6a8 + b631ef1 commit 0f1e2ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public String generateMetadata(Identifier identifier, SystemMetadata sysmeta) th
//version

//description (abstract)
String description = emlPackage.getAbsctract();
String description = emlPackage.getAbstract();
if(description != null) {
appendDescription(description, doc, language, ABSTRACT);
}
Expand Down

0 comments on commit 0f1e2ff

Please sign in to comment.