1 package org.kuali.common.util.location.service;
2
3 import org.junit.Test;
4
5 public class HexTest {
6
7 @Test
8 public void test() {
9 try {
10
11 } catch (Exception e) {
12 e.printStackTrace();
13 }
14 }
15
16 }