Subversion Repositories XServices

Rev

Rev 12 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 12 Rev 13
Line 1... Line 1...
1
/*
1
/*
-
 
2
 *   Copyright 2010 Brian Rosenberger (Brutex Network)
-
 
3
 *
-
 
4
 *   Licensed under the Apache License, Version 2.0 (the "License");
-
 
5
 *   you may not use this file except in compliance with the License.
2
 * To change this template, choose Tools | Templates
6
 *   You may obtain a copy of the License at
-
 
7
 *
-
 
8
 *       http://www.apache.org/licenses/LICENSE-2.0
-
 
9
 *
-
 
10
 *   Unless required by applicable law or agreed to in writing, software
-
 
11
 *   distributed under the License is distributed on an "AS IS" BASIS,
-
 
12
 *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-
 
13
 *   See the License for the specific language governing permissions and
3
 * and open the template in the editor.
14
 *   limitations under the License.
4
 */
15
 */
5
 
-
 
6
package net.brutex.xservices.types;
16
package net.brutex.xservices.types;
Line 7... Line 17...
7
 
17
 
8
import java.util.ArrayList;
18
import java.util.ArrayList;
9
import java.util.List;
19
import java.util.List;