Project

General

Profile

« Previous | Next » 

Revision 51172

Let's check if having a getter for MetadataReference helps

View differences:

MdFormatInfo.java
88 88
		return this.metadataReference.getInterpretation();
89 89
	}
90 90

  
91
	public MetadataReference getMetadataReference() {
92
		return metadataReference;
93
	}
91 94

  
95

  
92 96
	/**
93 97
	 * Create a new MdFormatInfo starting from the xquery result the string MUST be in this form $format-$layout-$interpretation::$id
94 98
	 *
......
107 111

  
108 112
	}
109 113

  
114

  
115

  
110 116
}

Also available in: Unified diff