src/main/java/xelfi/debugger/RemoteField.java
author Jaroslav Tulach <jaroslav.tulach@xelfi.cz>
Tue, 17 Jan 2017 21:12:37 +0100
branchDirtyFix
changeset 10 fe294d0f1297
permissions -rw-r--r--
Making the project compilable
     1 package xelfi.debugger;
     2 
     3 class RemoteField extends RemoteValue {
     4 
     5     String getName() {
     6         throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
     7     }
     8 
     9 }