From 1ee25d07e37ba5eb2cc932d7fb3d2c17163ca7ef Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 24 Jan 2018 21:33:09 -0500 Subject: Refactor namespace in code Signed-off-by: Joseph Hunkeler --- src/edu/stsci/OSInfo.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/edu/stsci/OSInfo.groovy') diff --git a/src/edu/stsci/OSInfo.groovy b/src/edu/stsci/OSInfo.groovy index 04375f8..1d679bf 100644 --- a/src/edu/stsci/OSInfo.groovy +++ b/src/edu/stsci/OSInfo.groovy @@ -1,4 +1,4 @@ -package org.stsci +package edu.stsci class OSInfo implements Serializable { public String name -- cgit