Skip to content

Commit 1805197

Browse files
author
bearrito
committed
Merge branch 'master' of github.com:bearrito/scala-pig
2 parents ac4c01e + 2df612f commit 1805197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/barrett/udf/GeometricMean.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ class GeometricMean extends EvalFunc[jDouble] with Algebraic {
9393
return new Initial().getClass.getCanonicalName
9494
}
9595
def getIntermed() : String = {
96-
return new IntermediateA().getClass.getCanonicalName
96+
return new Intermediate().getClass.getCanonicalName
9797
}
9898
def getFinal() : String = {
9999
return new Final().getClass().getCanonicalName

0 commit comments

Comments
 (0)