Skip to content

Commit

Permalink
Move help text above license header
Browse files Browse the repository at this point in the history
  • Loading branch information
sgilmore10 committed Sep 7, 2023
1 parent 4543a07 commit f2d6b88
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions matlab/src/matlab/+arrow/+type/Field.m
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
%FIELD A class representing a name and a type.
% Fields are often used in tabular schemas for describing a column's
% name and type.

% Licensed to the Apache Software Foundation (ASF) under one or more
% contributor license agreements. See the NOTICE file distributed with
% this work for additional information regarding copyright ownership.
Expand All @@ -14,9 +18,6 @@
% permissions and limitations under the License.

classdef Field < matlab.mixin.CustomDisplay
%FIELD A class representing a name and a type.
% Fields are often used in tabular schemas for describing a column's
% name and type.

properties (GetAccess=public, SetAccess=private, Hidden)
Proxy
Expand Down

0 comments on commit f2d6b88

Please sign in to comment.