~fredericp/zaluum/rt

« back to all changes in this revision

Viewing changes to org.zaluum.javadevice.runtime/src/org/zaluum/javadevice/runtime/java/debug/MainInfoDebug.java

  • Committer: Frederic Perez Ordeig
  • Date: 2010-04-07 07:55:38 UTC
  • mfrom: (308.1.63 wip-scala)
  • Revision ID: frederic@zaluum.com-20100407075538-muaneuoz134fqu5o
merged

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 *  Copyright   2008-2010       Frederic Perez Ordeig
18
18
 *                      2009-2010       Matias Lizana GarcĂ­a
19
19
 */
20
 
package org.zaluum.ide.editor.debug;
 
20
package org.zaluum.javadevice.runtime.java.debug;
21
21
 
22
22
import java.net.InetAddress;
23
23
import java.net.InetSocketAddress;
35
35
import com.google.common.collect.ImmutableSet;
36
36
import com.google.common.collect.Maps;
37
37
 
38
 
class MainInfoDebug implements MainInfo {
 
38
public class MainInfoDebug implements MainInfo {
39
39
        private final String mainBoxName;
40
40
        private JavaDeviceDefinition device;
41
41