| Home >> All >> com >> port80 >> graph >> dot >> [ impl Javadoc ] |
Source code: com/port80/graph/dot/impl/DotUtil.java
1 // 2 // Copyright(c) 2002, Chris Leung 3 // 4 5 package com.port80.graph.dot.impl; 6 7 import com.port80.util.msg; 8 9 /** 10 * Static utilities for this package. 11 * 12 * @author chrisl 13 */ 14 public class DotUtil { 15 16 private static final String NAME="DotUtil"; 17 private static final boolean CHECK=true; 18 19 }