Commit 6b23145 1 parent d859c8b commit 6b23145 Copy full SHA for 6b23145
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<module type =" JAVA_MODULE" version =" 4" >
3
- <component name =" NewModuleRootManager" inherit-compiler-output =" true" >
3
+ <component name =" NewModuleRootManager" LANGUAGE_LEVEL = " JDK_1_6 " inherit-compiler-output =" true" >
4
4
<exclude-output />
5
5
<content url =" file://$MODULE_DIR$" >
6
6
<sourceFolder url =" file://$MODULE_DIR$/src" isTestSource =" false" />
Original file line number Diff line number Diff line change 38
38
*/
39
39
public class GFFFeature extends BasicFeature {
40
40
41
- List <String > componentAttributes = new ArrayList <>();
41
+ List <String > componentAttributes = new ArrayList <String >();
42
42
43
43
public GFFFeature (BasicFeature feature ) {
44
44
super (feature );
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ public GFFCombiner() {
110
110
gffExons = new ArrayList <BasicFeature >(numElements );
111
111
gffCdss = new LinkedHashMap <String , GFFCdsCltn >(numElements );
112
112
gffUtrs = new ArrayList <BasicFeature >(numElements );
113
- gffMrnaParts = new ArrayList <>(numElements );
113
+ gffMrnaParts = new ArrayList <BasicFeature >(numElements );
114
114
115
115
}
116
116
You can’t perform that action at this time.
0 commit comments