Skip to content
GitLab
Explore
Sign in
Commits on Source (2)
update pom compiler version
· 4ddba5de
R.W.Majeed
authored
Jan 16, 2018
4ddba5de
fixed javadoc
· 1d57bd2d
R.W.Majeed
authored
Jan 16, 2018
1d57bd2d
Hide whitespace changes
Inline
Side-by-side
histream-i2b2/src/main/java/de/sekmi/histream/i2b2/I2b2ExtractorImpl.java
View file @
1d57bd2d
...
...
@@ -190,7 +190,7 @@ public class I2b2ExtractorImpl extends I2b2Extractor {
/**
* Limit by specifying encounter_num's to use
* @param
visits
* @param
encounter_num array of encounter numbers to use
*/
public
void
setVisits
(
int
[]
encounter_num
){
this
.
encounter_nums
=
encounter_num
;
...
...
pom.xml
View file @
1d57bd2d
...
...
@@ -79,7 +79,7 @@
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
3.
5.1
</version>
<version>
3.
7.0
</version>
<configuration>
<source>
1.8
</source>
<target>
1.8
</target>
...
...