Skip to content
This repository was archived by the owner on May 22, 2026. It is now read-only.

Commit 84cc561

Browse files
committed
Fixed javadoc for jdk 11 requirements and gradle wrapper version.
1 parent 37131df commit 84cc561

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.8-bin.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-bin.zip

src/main/java/com/astrazeneca/vardict/variations/Variant.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ public class Variant {
192192
* there're no more than 3 reads
193193
* @param goodq quality threshold
194194
* @param lofreq The minimum allele frequency allowed in normal for a somatic mutation
195-
* @return Returns <tt>true</tt> if variance is considered noise if the quality is below <code>goodq</code>
195+
* @return Returns true if variance is considered noise if the quality is below <code>goodq</code>
196196
* and there're no more than 3 reads in coverage
197197
*/
198198
public boolean isNoise(double goodq,

src/main/java/com/astrazeneca/vardict/variations/VariationUtils.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,13 +346,13 @@ public static void correctCnt(Variation varToCorrect) {
346346
}
347347

348348
/**
349-
* Returns <tt>true</tt> whether a variant meet specified criteria
349+
* Returns true whether a variant meet specified criteria
350350
* @param vref variant
351351
* @param referenceVar reference variant $rref
352352
* @param type Type of variant
353353
* @param splice set of strings representing introns in splice
354354
* @param conf Configuration (contains preferences for min, freq, filter and etc)
355-
* @return <tt>true</tt> if variant meet specified criteria
355+
* @return true if variant meet specified criteria
356356
*/
357357
public static boolean isGoodVar(Variant vref, Variant referenceVar, String type,
358358
Set<String> splice,

0 commit comments

Comments
 (0)