X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.scl.compiler%2Fsrc%2Forg%2Fsimantics%2Fscl%2Fcompiler%2Ftop%2FNotFoundException.java;fp=bundles%2Forg.simantics.scl.compiler%2Fsrc%2Forg%2Fsimantics%2Fscl%2Fcompiler%2Ftop%2FNotFoundException.java;h=22b9b9693a255612730628f4d614583ec5cf012d;hp=29396368646af1c83761c6f7da9ea4d9bacd84a3;hb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;hpb=24e2b34260f219f0d1644ca7a138894980e25b14 diff --git a/bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/top/NotFoundException.java b/bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/top/NotFoundException.java old mode 100755 new mode 100644 index 293963686..22b9b9693 --- a/bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/top/NotFoundException.java +++ b/bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/top/NotFoundException.java @@ -1,11 +1,11 @@ -package org.simantics.scl.compiler.top; - -public class NotFoundException extends RuntimeException { - - private static final long serialVersionUID = -2102244284639476787L; - - public NotFoundException(String message) { - super(message); - } - -} +package org.simantics.scl.compiler.top; + +public class NotFoundException extends RuntimeException { + + private static final long serialVersionUID = -2102244284639476787L; + + public NotFoundException(String message) { + super(message); + } + +}