Dmitry Lychagin has uploaded a new change for review.

  https://asterix-gerrit.ics.uci.edu/1760

Change subject: Fix superclass of IfNullTypeComputer
......................................................................

Fix superclass of IfNullTypeComputer

Change-Id: I8b7e195f3127c6c5922b93070bdf29c834ea9873
---
M 
asterixdb/asterix-om/src/main/java/org/apache/asterix/om/typecomputer/impl/IfNullTypeComputer.java
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb 
refs/changes/60/1760/1

diff --git 
a/asterixdb/asterix-om/src/main/java/org/apache/asterix/om/typecomputer/impl/IfNullTypeComputer.java
 
b/asterixdb/asterix-om/src/main/java/org/apache/asterix/om/typecomputer/impl/IfNullTypeComputer.java
index 149b35d..1384bac 100644
--- 
a/asterixdb/asterix-om/src/main/java/org/apache/asterix/om/typecomputer/impl/IfNullTypeComputer.java
+++ 
b/asterixdb/asterix-om/src/main/java/org/apache/asterix/om/typecomputer/impl/IfNullTypeComputer.java
@@ -23,7 +23,7 @@
 import org.apache.asterix.om.types.ATypeTag;
 import org.apache.asterix.om.types.AUnionType;
 
-public class IfNullTypeComputer extends IfMissingOrNullTypeComputer {
+public class IfNullTypeComputer extends AbstractIfMissingOrNullTypeComputer {
 
     public static final IResultTypeComputer INSTANCE = new 
IfNullTypeComputer();
 

-- 
To view, visit https://asterix-gerrit.ics.uci.edu/1760
To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8b7e195f3127c6c5922b93070bdf29c834ea9873
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb
Gerrit-Branch: master
Gerrit-Owner: Dmitry Lychagin <[email protected]>

Reply via email to