sgilmore10 commented on code in PR #36978:
URL: https://github.com/apache/arrow/pull/36978#discussion_r1283353480


##########
matlab/src/matlab/+arrow/+array/Array.m:
##########
@@ -31,8 +31,11 @@
     end
     
     methods
-        function obj = Array(varargin)
-            obj.Proxy = libmexclass.proxy.Proxy(varargin{:}); 
+        function obj = Array(proxy)
+        arguments

Review Comment:
   fixed.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to