forked from D-Net/dnet-hadoop
code formatting
This commit is contained in:
parent
e87eca9300
commit
7b288a94cb
|
@ -314,7 +314,8 @@ public class Result extends OafEntity implements Serializable {
|
||||||
}
|
}
|
||||||
|
|
||||||
private StructuredProperty getMainTitle(List<StructuredProperty> titles) {
|
private StructuredProperty getMainTitle(List<StructuredProperty> titles) {
|
||||||
//need to check if the list of titles contains more than 1 main title? (in that case, we should chose which main title select in the list)
|
// need to check if the list of titles contains more than 1 main title? (in that case, we should chose which
|
||||||
|
// main title select in the list)
|
||||||
for (StructuredProperty title : titles) {
|
for (StructuredProperty title : titles) {
|
||||||
if (title.getQualifier() != null && title.getQualifier().getClassid() != null)
|
if (title.getQualifier() != null && title.getQualifier().getClassid() != null)
|
||||||
if (title.getQualifier().getClassid().equals("main title"))
|
if (title.getQualifier().getClassid().equals("main title"))
|
||||||
|
|
Loading…
Reference in New Issue