Revision 039a89e5 trunk/Pithos.Core/FileState.cs

b/trunk/Pithos.Core/FileState.cs
107 107
        }
108 108

  
109 109

  
110
        public static FileState FindByFilePath(string absolutePath)
110
        /*public static FileState FindByFilePath(string absolutePath)
111 111
        {
112 112
            if (string.IsNullOrWhiteSpace(absolutePath))
113 113
                throw new ArgumentNullException("absolutePath");
......
126 126
            }
127 127

  
128 128

  
129
        }
129
        }*/
130 130

  
131 131
       /* public static void DeleteByFilePath(string absolutePath)
132 132
        {
......
380 380
                    using (new SessionScope())
381 381
                    {
382 382
                        Execute(call, state);
383
                        return;
383 384
                    }
384 385
                }
385 386
                catch (ActiveRecordException )

Also available in: Unified diff